From 4d1483b4fe0ed6423458b575cec2292886467346 Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Sat, 25 Jan 2003 23:03:48 +0000 Subject: [PATCH] Start isdnd before ppp for those folks who use ppp-over-isdn. Approved by: markm (mentor) --- etc/rc.d/NETWORKING | 2 +- etc/rc.d/isdnd | 3 +-- etc/rc.d/ppp | 2 +- etc/rc.d/ppp-user | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index 885a391c407f..0a23771f1009 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -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 diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index d194184e4dc1..ce019a905d77 100644 --- a/etc/rc.d/isdnd +++ b/etc/rc.d/isdnd @@ -7,8 +7,7 @@ # # PROVIDE: isdnd -# REQUIRE: NETWORKING syslogd mountcritremote -# BEFORE: SERVERS +# REQUIRE: network1 mountcritlocal # KEYWORD: FreeBSD NetBSD . /etc/rc.subr diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp index 990fb626eab1..37071d7e25c6 100644 --- a/etc/rc.d/ppp +++ b/etc/rc.d/ppp @@ -4,7 +4,7 @@ # # PROVIDE: ppp-user -# REQUIRE: network1 +# REQUIRE: network1 isdnd # KEYWORD: FreeBSD . /etc/rc.subr diff --git a/etc/rc.d/ppp-user b/etc/rc.d/ppp-user index 990fb626eab1..37071d7e25c6 100644 --- a/etc/rc.d/ppp-user +++ b/etc/rc.d/ppp-user @@ -4,7 +4,7 @@ # # PROVIDE: ppp-user -# REQUIRE: network1 +# REQUIRE: network1 isdnd # KEYWORD: FreeBSD . /etc/rc.subr