summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/NETWORKING2
-rw-r--r--etc/rc.d/isdnd3
-rw-r--r--etc/rc.d/ppp2
-rw-r--r--etc/rc.d/ppp-user2
4 files changed, 4 insertions, 5 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index 885a391..0a23771 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 d194184..ce019a9 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 990fb62..37071d7 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 990fb62..37071d7 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
OpenPOWER on IntegriCloud