2001-01-07 20:04:49 +03:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2004-08-13 22:08:03 +04:00
|
|
|
# $NetBSD: isdnd,v 1.10 2004/08/13 18:08:03 mycroft Exp $
|
2001-01-07 20:04:49 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: isdnd
|
2002-01-31 04:26:05 +03:00
|
|
|
# REQUIRE: NETWORKING syslogd mountcritremote
|
2002-03-22 07:33:57 +03:00
|
|
|
# BEFORE: SERVERS
|
2001-04-26 07:54:38 +04:00
|
|
|
#
|
|
|
|
# Note that this means that syslogd will not be listening on
|
|
|
|
# any isdn addresses. This is considered a feature.
|
|
|
|
#
|
2001-01-07 20:04:49 +03:00
|
|
|
|
2004-08-13 22:08:03 +04:00
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
2001-01-07 20:04:49 +03:00
|
|
|
|
|
|
|
name="isdnd"
|
|
|
|
rcvar=$name
|
|
|
|
required_files="/etc/isdn/${name}.rc"
|
|
|
|
|
|
|
|
command="/usr/sbin/${name}"
|
|
|
|
pidfile="/var/run/${name}.pid"
|
|
|
|
|
|
|
|
load_rc_config $name
|
|
|
|
run_rc_command "$1"
|