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