Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 11:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169138: commit references a PR
Message-ID:  <201304291140.r3TBe1i1027419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169138; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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