Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 11:38:49 +0000 (UTC)
From:      Stefan Walter <stefan@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316808 - head/net/dhcp6/files
Message-ID:  <201304291138.r3TBcnoZ080963@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stefan
Date: Mon Apr 29 11:38:49 2013
New Revision: 316808
URL: http://svnweb.freebsd.org/changeset/ports/316808

Log:
  Run rc.d scripts before NETWORKING, not LOGIN, since that is too late.
  
  PR:		169138
  Submitted by:	rpaulo

Modified:
  head/net/dhcp6/files/dhcp6c.in
  head/net/dhcp6/files/dhcp6s.in

Modified: head/net/dhcp6/files/dhcp6c.in
==============================================================================
--- head/net/dhcp6/files/dhcp6c.in	Mon Apr 29 11:31:38 2013	(r316807)
+++ head/net/dhcp6/files/dhcp6c.in	Mon Apr 29 11:38:49 2013	(r316808)
@@ -5,7 +5,7 @@
 
 # PROVIDE: dhcp6c
 # REQUIRE: DAEMON
-# BEFORE: LOGIN
+# BEFORE: NETWORKING
 # KEYWORD: shutdown
 
 # Add the following lines to

Modified: head/net/dhcp6/files/dhcp6s.in
==============================================================================
--- head/net/dhcp6/files/dhcp6s.in	Mon Apr 29 11:31:38 2013	(r316807)
+++ head/net/dhcp6/files/dhcp6s.in	Mon Apr 29 11:38:49 2013	(r316808)
@@ -5,7 +5,7 @@
 
 # PROVIDE: dhcp6s
 # REQUIRE: DAEMON
-# BEFORE: LOGIN
+# BEFORE: NETWORKING
 # KEYWORD: shutdown
 
 # Add the following lines to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304291138.r3TBcnoZ080963>