Author: bz
Date: Thu Oct 18 02:07:30 2018
New Revision: 339417
URL: https://svnweb.freebsd.org/changeset/base/339417

Log:
  While preparing to move init(8) to its own package as indicated
  in r339413, a current pkgbase update problem came up.  For users
  testing pkgbase at the moment there is no (automatic) way to pick
  up new base packages (yet).
  As a result rather than also moving init(8) to its own package,
  back out the part of the change in r339413 that moved rc* to its
  own package and defer creating new packages until the
  infrastructure is in place to handle these cases.
  Both init and rc* are considered too problematic to be lost by
  early adaptors at this stage.
  
  Discussed with:               brd
  Reviewed by:          brd
  Approved by:          re (gjb)

Modified:
  head/libexec/rc/Makefile
  head/libexec/rc/rc.d/Makefile

Modified: head/libexec/rc/Makefile
==============================================================================
--- head/libexec/rc/Makefile    Thu Oct 18 00:51:42 2018        (r339416)
+++ head/libexec/rc/Makefile    Thu Oct 18 02:07:30 2018        (r339417)
@@ -9,7 +9,7 @@ CONFETCEXECDIR= /etc
 CONFETCEXECMODE=       755
 CONFETCDEFAULTSDIR=    /etc/defaults
 CONFETCDEFAULTS=       rc.conf
-PACKAGE=rc
+#PACKAGE=rc
 
 SUBDIR+=       rc.d
 

Modified: head/libexec/rc/rc.d/Makefile
==============================================================================
--- head/libexec/rc/rc.d/Makefile       Thu Oct 18 00:51:42 2018        
(r339416)
+++ head/libexec/rc/rc.d/Makefile       Thu Oct 18 02:07:30 2018        
(r339417)
@@ -4,7 +4,7 @@
 
 CONFDIR=       /etc/rc.d
 CONFGROUPS=    CONFS
-PACKAGE=rc
+#PACKAGE=rc
 
 CONFS= DAEMON \
        FILESYSTEMS \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to