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)
This commit is contained in:
Bjoern A. Zeeb 2018-10-18 02:07:30 +00:00
parent ab00aff011
commit c35b07d1cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339417
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ CONFETCEXECDIR= /etc
CONFETCEXECMODE= 755
CONFETCDEFAULTSDIR= /etc/defaults
CONFETCDEFAULTS= rc.conf
PACKAGE=rc
#PACKAGE=rc
SUBDIR+= rc.d

View File

@ -4,7 +4,7 @@
CONFDIR= /etc/rc.d
CONFGROUPS= CONFS
PACKAGE=rc
#PACKAGE=rc
CONFS= DAEMON \
FILESYSTEMS \