Start isdnd before ppp for those folks who use ppp-over-isdn.

Approved by: markm (mentor)
This commit is contained in:
Mike Makonnen 2003-01-25 23:03:48 +00:00
parent 641fe90c31
commit 4d1483b4fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109836
4 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@
#
# PROVIDE: NETWORKING NETWORK
# REQUIRE: network dhclient altqd network1 network2 network_ipv6 ppp-user
# REQUIRE: network dhclient altqd network1 network2 network_ipv6 isdnd ppp-user
# KEYWORD: FreeBSD NetBSD
# This is a dummy dependency, for services which require networking

View File

@ -7,8 +7,7 @@
#
# PROVIDE: isdnd
# REQUIRE: NETWORKING syslogd mountcritremote
# BEFORE: SERVERS
# REQUIRE: network1 mountcritlocal
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: ppp-user
# REQUIRE: network1
# REQUIRE: network1 isdnd
# KEYWORD: FreeBSD
. /etc/rc.subr

View File

@ -4,7 +4,7 @@
#
# PROVIDE: ppp-user
# REQUIRE: network1
# REQUIRE: network1 isdnd
# KEYWORD: FreeBSD
. /etc/rc.subr