aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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