diff options
author | mtm <mtm@FreeBSD.org> | 2007-03-30 18:36:45 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2007-03-30 18:36:45 +0000 |
commit | d065735006a77d84c1af5a8fd2db12031f4a3add (patch) | |
tree | 6cd9a4ced6a46c227e166cb6218a126620d2fbaf /etc/rc.d/isdnd | |
parent | 4f1754c08d27088022ad18cfbcd14c64ffa33bd9 (diff) | |
download | FreeBSD-src-d065735006a77d84c1af5a8fd2db12031f4a3add.zip FreeBSD-src-d065735006a77d84c1af5a8fd2db12031f4a3add.tar.gz |
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
Diffstat (limited to 'etc/rc.d/isdnd')
-rw-r--r-- | etc/rc.d/isdnd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index 71aae18..60ba1f0 100644 --- a/etc/rc.d/isdnd +++ b/etc/rc.d/isdnd @@ -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() |