summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.d/hostname2
-rwxr-xr-xetc/rc.d/ipfilter2
-rwxr-xr-xetc/rc.d/ipsec2
-rw-r--r--etc/rc.d/netif2
-rwxr-xr-xetc/rc.d/ttys3
5 files changed, 6 insertions, 5 deletions
diff --git a/etc/rc.d/hostname b/etc/rc.d/hostname
index 812347b..56bf3c2 100644
--- a/etc/rc.d/hostname
+++ b/etc/rc.d/hostname
@@ -27,7 +27,7 @@
#
# PROVIDE: hostname
-# REQUIRE: mountcritlocal tty
+# REQUIRE: mountcritlocal
# BEFORE: netif
# KEYWORD: FreeBSD
diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter
index cf2e8ce..021f331 100755
--- a/etc/rc.d/ipfilter
+++ b/etc/rc.d/ipfilter
@@ -5,7 +5,7 @@
#
# PROVIDE: ipfilter
-# REQUIRE: root beforenetlkm mountcritlocal tty ipmon
+# REQUIRE: root beforenetlkm mountcritlocal ipmon
# BEFORE: netif
# KEYWORD: FreeBSD NetBSD
diff --git a/etc/rc.d/ipsec b/etc/rc.d/ipsec
index 1ffed7f..d5e2bcd 100755
--- a/etc/rc.d/ipsec
+++ b/etc/rc.d/ipsec
@@ -5,7 +5,7 @@
#
# PROVIDE: ipsec
-# REQUIRE: root beforenetlkm mountcritlocal tty
+# REQUIRE: root beforenetlkm mountcritlocal
# BEFORE: DAEMON
# KEYWORD: FreeBSD NetBSD
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index 7c9b2b4..e149c3d 100644
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -26,7 +26,7 @@
#
# PROVIDE: netif
-# REQUIRE: atm1 ipfilter mountcritlocal pccard serial sppp sysctl tty
+# REQUIRE: atm1 ipfilter mountcritlocal pccard serial sppp sysctl
# KEYWORD: FreeBSD
. /etc/rc.subr
diff --git a/etc/rc.d/ttys b/etc/rc.d/ttys
index 322e2b0..e2f6717 100755
--- a/etc/rc.d/ttys
+++ b/etc/rc.d/ttys
@@ -5,7 +5,8 @@
#
# PROVIDE: tty
-# REQUIRE: root
+# REQUIRE: root mountcritremote
+# BEFORE: SERVERS
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr
OpenPOWER on IntegriCloud