NetBSD/etc/rc.d/isdnd

25 lines
472 B
Plaintext
Raw Normal View History

2001-01-07 20:04:49 +03:00
#!/bin/sh
#
# $NetBSD: isdnd,v 1.10 2004/08/13 18:08:03 mycroft Exp $
2001-01-07 20:04:49 +03:00
#
# PROVIDE: isdnd
# REQUIRE: NETWORKING syslogd mountcritremote
# BEFORE: SERVERS
#
# 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
$_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"