svn commit: r348099 - in head: etc libexec/rc

Emmanuel Vadot manu at FreeBSD.org
Wed May 22 07:21:41 UTC 2019


Author: manu
Date: Wed May 22 07:21:39 2019
New Revision: 348099
URL: https://svnweb.freebsd.org/changeset/base/348099

Log:
  pkgbase: Move rc.bsdextended to libexec/rc
  
  Reviewed by:	bapt

Modified:
  head/etc/Makefile
  head/libexec/rc/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile	Wed May 22 07:21:05 2019	(r348098)
+++ head/etc/Makefile	Wed May 22 07:21:39 2019	(r348099)
@@ -16,7 +16,6 @@ SUBDIR+=sendmail
 
 BIN1=	\
 	login.access \
-	rc.bsdextended \
 	termcap.small
 
 # NB: keep these sorted by MK_* knobs

Modified: head/libexec/rc/Makefile
==============================================================================
--- head/libexec/rc/Makefile	Wed May 22 07:21:05 2019	(r348098)
+++ head/libexec/rc/Makefile	Wed May 22 07:21:39 2019	(r348099)
@@ -4,7 +4,7 @@
 
 CONFGROUPS=	CONFETC CONFETCEXEC CONFETCDEFAULTS
 CONFETCDIR=	/etc
-CONFETC=	network.subr rc rc.initdiskless rc.subr rc.shutdown
+CONFETC=	network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended
 .if ${MK_IPFW} != "no"
 CONFETC+=	rc.firewall
 .endif


More information about the svn-src-head mailing list