Some rc.d commands (such as stop|restart etc.) won't automagically work

if we don't explicitly set the name of the executable program.

PR: conf/104408
This commit is contained in:
mtm 2007-03-30 18:36:45 +00:00
parent 4f1754c08d
commit d065735006

View File

@ -15,6 +15,7 @@
name="isdnd"
rcvar=`set_rcvar isdn`
pidfile="/var/run/${name}.pid"
command="/usr/sbin/isdnd"
start_cmd="isdnd_start"
isdnd_start()