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:
Mike Makonnen 2007-03-30 18:36:45 +00:00
parent 6403d3a160
commit cc164aba90

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()