1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Fix rc script

Pointed out by: dougb
This commit is contained in:
Eitan Adler 2012-01-07 05:15:00 +00:00
parent 13d94c2936
commit 86cd1a5137
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288659

View File

@ -10,8 +10,12 @@
name="volmand"
rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/volmand"
load_rc_config $name
: ${volmand_enable:="NO"}
command="%%PREFIX%%/sbin/volmand"
pidfile="/var/run/volmand.pid"
run_rc_command "$1"