Sync usage with man page.
[netbsd-mini2440.git] / etc / rc.d / isdnd
blob0a6c1d7fd9a89fedc545f1cd89e5679307bedff6
1 #!/bin/sh
3 # $NetBSD: isdnd,v 1.9 2002/04/10 23:37:13 martin Exp $
6 # PROVIDE: isdnd
7 # REQUIRE: NETWORKING syslogd mountcritremote
8 # BEFORE: SERVERS
10 # Note that this means that syslogd will not be listening on
11 # any isdn addresses. This is considered a feature.
14 $_rc_subr_loaded . /etc/rc.subr
16 name="isdnd"
17 rcvar=$name
18 required_files="/etc/isdn/${name}.rc"
20 command="/usr/sbin/${name}"
21 pidfile="/var/run/${name}.pid"
23 load_rc_config $name
24 run_rc_command "$1"