diff options
Diffstat (limited to 'www/pound/files')
-rw-r--r-- | www/pound/files/pound.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pound/files/pound.sh.in b/www/pound/files/pound.sh.in index a6aca3b..23b6fa8 100644 --- a/www/pound/files/pound.sh.in +++ b/www/pound/files/pound.sh.in @@ -17,7 +17,7 @@ . /etc/rc.subr name="%%NAME%%" -rcvar=`set_rcvar` +rcvar=%%NAME%%_enable command="%%PREFIX%%/sbin/$name" pidfile="/var/run/$name.pid" |