diff options
Diffstat (limited to 'comms/smstools3/files/smsd.in')
-rw-r--r-- | comms/smstools3/files/smsd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/smstools3/files/smsd.in b/comms/smstools3/files/smsd.in index 68ca1681314b..df8062f81e45 100644 --- a/comms/smstools3/files/smsd.in +++ b/comms/smstools3/files/smsd.in @@ -13,6 +13,7 @@ . /etc/rc.subr name="smsd" +rcvar=smsd_enable load_rc_config ${name} : ${smsd_enable="NO"} @@ -23,7 +24,6 @@ load_rc_config ${name} : ${smsd_user="uucp"} : ${smsd_group="dialer"} -rcvar=`set_rcvar` pidfile=${smsd_pidfile} command="%%PREFIX%%/bin/smsd" command_args="-c${smsd_config} -p${smsd_pidfile} -i${smsd_infofile} -l${smsd_logfile} -u${smsd_user} -g${smsd_group}" |