Date: Thu, 18 Oct 2018 02:07:30 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339417 - in head/libexec/rc: . rc.d Message-ID: <201810180207.w9I27U2Z033543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810180207.w9I27U2Z033543>
