#!/bin/sh # # PROVIDE: square # REQUIRE: DAEMON # BEFORE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable postfix: # square_enable (bool): Set it to "YES" to enable rpc.dracd. # Default is "NO". # square_flags (str): Set to "" by default. # Extra flags passed to rpc.dracd. # . /etc/rc.subr name="square" rcvar=`set_rcvar` command="/usr/sbin/ppp" pidfile="/var/run/tun1.pid" load_rc_config $name : ${square_enable="NO"} : ${square_flags=""} run_rc_command "$1"