svn commit: r336849 - head/sbin/init

Brad Davis brd at FreeBSD.org
Sat Jul 28 23:02:11 UTC 2018


Author: brd
Date: Sat Jul 28 23:02:10 2018
New Revision: 336849
URL: https://svnweb.freebsd.org/changeset/base/336849

Log:
  Switch these to CONFS as well so they work with etcupdate/mergemaster.
  
  Approved by:	will (mentor)

Modified:
  head/sbin/init/Makefile

Modified: head/sbin/init/Makefile
==============================================================================
--- head/sbin/init/Makefile	Sat Jul 28 20:45:36 2018	(r336848)
+++ head/sbin/init/Makefile	Sat Jul 28 23:02:10 2018	(r336849)
@@ -1,15 +1,15 @@
 #	@(#)Makefile	8.1 (Berkeley) 7/19/93
 # $FreeBSD$
 
-FILESGROUPS=	FILESETC FILESETCEXEC FILESETCDEFAULTS
-FILESETCDIR=	/etc
-FILESETC=	network.subr rc rc.initdiskless rc.subr rc.shutdown
-FILESETCMODE=	644
-FILESETCEXEC=	netstart pccard_ether rc.resume rc.suspend
-FILESETCEXECDIR=	/etc
-FILESETCEXECMODE=	755
-FILESETCDEFAULTSDIR=	/etc/defaults
-FILESETCDEFAULTS=	rc.conf
+CONFGROUPS=	CONFETC CONFETCEXEC CONFETCDEFAULTS
+CONFETCDIR=	/etc
+CONFETC=	network.subr rc rc.initdiskless rc.subr rc.shutdown
+CONFETCMODE=	644
+CONFETCEXEC=	netstart pccard_ether rc.resume rc.suspend
+CONFETCEXECDIR=	/etc
+CONFETCEXECMODE=	755
+CONFETCDEFAULTSDIR=	/etc/defaults
+CONFETCDEFAULTS=	rc.conf
 PACKAGE=runtime
 PROG=	init
 SRCS=	init.c getmntopts.c


More information about the svn-src-all mailing list