diff options
author | mtm <mtm@FreeBSD.org> | 2003-07-30 18:53:59 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-07-30 18:53:59 +0000 |
commit | 244ab33e17aca1f32c16bd349d1ba0c830f414fe (patch) | |
tree | 18a16808f9b90f1515a919c061a54cc2e93d73a3 /etc | |
parent | b1c3709a1fe6a9bf1212624ff5beb5837aefd81c (diff) | |
download | FreeBSD-src-244ab33e17aca1f32c16bd349d1ba0c830f414fe.zip FreeBSD-src-244ab33e17aca1f32c16bd349d1ba0c830f414fe.tar.gz |
tty whacking should occur early, but not so early that the
required commands are not on a mounted file system.
Noticed by: bde
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.d/hostname | 2 | ||||
-rwxr-xr-x | etc/rc.d/ipfilter | 2 | ||||
-rwxr-xr-x | etc/rc.d/ipsec | 2 | ||||
-rw-r--r-- | etc/rc.d/netif | 2 | ||||
-rwxr-xr-x | etc/rc.d/ttys | 3 |
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 |