Unbreak rcorder when MK_UTX == no by moving utx from REQUIRE: in LOGIN to

BEFORE: in utx

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-02-13 20:52:23 +00:00
parent f413242b51
commit fb61cc1e64
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
# PROVIDE: LOGIN
# REQUIRE: DAEMON utx
# REQUIRE: DAEMON
# This is a dummy dependency to ensure user services such as xdm,
# inetd, cron and kerberos are started after everything else, in case

View File

@ -5,6 +5,7 @@
# PROVIDE: utx
# REQUIRE: DAEMON FILESYSTEMS
# BEFORE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr