aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-02-13 20:52:23 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-02-13 20:52:23 +0000
commitfb61cc1e64d17ad4f8442f32aea7a310e5f0cc5b (patch)
tree7f412754739ad2af658d23c4ea87c25f63f9385a
parentf413242b513a0725a9e49a214f73cfdd997aa3c2 (diff)
downloadsrc-fb61cc1e64d17ad4f8442f32aea7a310e5f0cc5b.tar.gz
src-fb61cc1e64d17ad4f8442f32aea7a310e5f0cc5b.zip
Unbreak rcorder when MK_UTX == no by moving utx from REQUIRE: in LOGIN to
BEFORE: in utx MFC after: 1 week
Notes
Notes: svn path=/head/; revision=278706
-rwxr-xr-xetc/rc.d/LOGIN2
-rwxr-xr-xetc/rc.d/utx1
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/LOGIN b/etc/rc.d/LOGIN
index ad4c8a7dbfc7..2b45ba88a4b4 100755
--- a/etc/rc.d/LOGIN
+++ b/etc/rc.d/LOGIN
@@ -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
diff --git a/etc/rc.d/utx b/etc/rc.d/utx
index 12f1f6aea471..694829fe5861 100755
--- a/etc/rc.d/utx
+++ b/etc/rc.d/utx
@@ -5,6 +5,7 @@
# PROVIDE: utx
# REQUIRE: DAEMON FILESYSTEMS
+# BEFORE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr