From 244ab33e17aca1f32c16bd349d1ba0c830f414fe Mon Sep 17 00:00:00 2001 From: mtm Date: Wed, 30 Jul 2003 18:53:59 +0000 Subject: tty whacking should occur early, but not so early that the required commands are not on a mounted file system. Noticed by: bde --- etc/rc.d/hostname | 2 +- etc/rc.d/ipfilter | 2 +- etc/rc.d/ipsec | 2 +- etc/rc.d/netif | 2 +- etc/rc.d/ttys | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) (limited to 'etc/rc.d') 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 -- cgit v1.1