tty whacking should occur early, but not so early that the

required commands are not on a mounted file system.

Noticed by: bde
This commit is contained in:
mtm 2003-07-30 18:53:59 +00:00
parent 527b0c8cc3
commit d5fa743afb
5 changed files with 6 additions and 5 deletions

View File

@ -27,7 +27,7 @@
#
# PROVIDE: hostname
# REQUIRE: mountcritlocal tty
# REQUIRE: mountcritlocal
# BEFORE: netif
# KEYWORD: FreeBSD

View File

@ -5,7 +5,7 @@
#
# PROVIDE: ipfilter
# REQUIRE: root beforenetlkm mountcritlocal tty ipmon
# REQUIRE: root beforenetlkm mountcritlocal ipmon
# BEFORE: netif
# KEYWORD: FreeBSD NetBSD

View File

@ -5,7 +5,7 @@
#
# PROVIDE: ipsec
# REQUIRE: root beforenetlkm mountcritlocal tty
# REQUIRE: root beforenetlkm mountcritlocal
# BEFORE: DAEMON
# KEYWORD: FreeBSD NetBSD

View File

@ -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

View File

@ -5,7 +5,8 @@
#
# PROVIDE: tty
# REQUIRE: root
# REQUIRE: root mountcritremote
# BEFORE: SERVERS
# KEYWORD: FreeBSD NetBSD
. /etc/rc.subr