summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-12 07:45:48 +0000
committered <ed@FreeBSD.org>2012-02-12 07:45:48 +0000
commiteff2fef6c0e94f751ea562a9c314ef35aac0c020 (patch)
treec8b4847a1c64c795406939711cf412e69874ca25 /etc/rc.d
parent4475fc98c15d33254f483b55edbac3bceba3d83a (diff)
downloadFreeBSD-src-eff2fef6c0e94f751ea562a9c314ef35aac0c020.zip
FreeBSD-src-eff2fef6c0e94f751ea562a9c314ef35aac0c020.tar.gz
Avoid using BEFORE in the utx rc script.
Requested by: dougb
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/LOGIN2
-rwxr-xr-xetc/rc.d/utx1
2 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.d/LOGIN b/etc/rc.d/LOGIN
index 2b45ba8..ad4c8a7 100755
--- a/etc/rc.d/LOGIN
+++ b/etc/rc.d/LOGIN
@@ -4,7 +4,7 @@
#
# PROVIDE: LOGIN
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON utx
# 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 9035d12..e23ae00 100755
--- a/etc/rc.d/utx
+++ b/etc/rc.d/utx
@@ -5,7 +5,6 @@
# PROVIDE: utx
# REQUIRE: DAEMON cleanvar
-# BEFORE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr
OpenPOWER on IntegriCloud