diff options
Diffstat (limited to 'comms/smstools3/files/smsd.in')
-rw-r--r-- | comms/smstools3/files/smsd.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/comms/smstools3/files/smsd.in b/comms/smstools3/files/smsd.in index df8062f81e45..c808d37a5b52 100644 --- a/comms/smstools3/files/smsd.in +++ b/comms/smstools3/files/smsd.in @@ -12,17 +12,17 @@ # . /etc/rc.subr -name="smsd" +name=smsd rcvar=smsd_enable load_rc_config ${name} -: ${smsd_enable="NO"} -: ${smsd_pidfile="%%PIDDIR%%/smsd.pid"} -: ${smsd_infofile="%%PIDDIR%%/smsd.working"} -: ${smsd_logfile="%%LOGDIR%%/smsd.log"} -: ${smsd_config="%%PREFIX%%/etc/smsd.conf"} -: ${smsd_user="uucp"} -: ${smsd_group="dialer"} +: ${smsd_enable:=NO} +: ${smsd_pidfile:="%%PIDDIR%%/smsd.pid"} +: ${smsd_infofile:="%%PIDDIR%%/smsd.working"} +: ${smsd_logfile:="%%LOGDIR%%/smsd.log"} +: ${smsd_config:="%%PREFIX%%/etc/smsd.conf"} +: ${smsd_user:=uucp} +: ${smsd_group:=dialer} pidfile=${smsd_pidfile} command="%%PREFIX%%/bin/smsd" |