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:
Mike Makonnen 2003-07-30 18:53:59 +00:00
parent a7985e4feb
commit 7a34a70b8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118219
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