svn commit: r231549 - head/etc/rc.d

Ed Schouten ed at FreeBSD.org
Sun Feb 12 07:45:49 UTC 2012


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


More information about the svn-src-all mailing list