Author: ed
Date: Sun Feb 12 07:45:48 2012
New Revision: 231549
URL: http://svn.freebsd.org/changeset/base/231549

Log:
  Avoid using BEFORE in the utx rc script.
  
  Requested by: dougb

Modified:
  head/etc/rc.d/LOGIN
  head/etc/rc.d/utx

Modified: head/etc/rc.d/LOGIN
==============================================================================
--- head/etc/rc.d/LOGIN Sun Feb 12 07:06:45 2012        (r231548)
+++ head/etc/rc.d/LOGIN Sun Feb 12 07:45:48 2012        (r231549)
@@ -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

Modified: head/etc/rc.d/utx
==============================================================================
--- head/etc/rc.d/utx   Sun Feb 12 07:06:45 2012        (r231548)
+++ head/etc/rc.d/utx   Sun Feb 12 07:45:48 2012        (r231549)
@@ -5,7 +5,6 @@
 
 # PROVIDE: utx
 # REQUIRE: DAEMON cleanvar
-# BEFORE:  LOGIN
 # KEYWORD: shutdown
 
 . /etc/rc.subr
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to