ports/169138: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Apr 29 11:40:02 UTC 2013


The following reply was made to PR ports/169138; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/169138: commit references a PR
Date: Mon, 29 Apr 2013 11:38:57 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list