svn commit: r339417 - in head/libexec/rc: . rc.d

Bjoern A. Zeeb bz at FreeBSD.org
Thu Oct 18 02:07:31 UTC 2018


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 \


More information about the svn-src-head mailing list