svn commit: r295058 - in projects/release-pkg/etc: periodic/daily rc.d

Glen Barber gjb at FreeBSD.org
Sat Jan 30 01:52:19 UTC 2016


Author: gjb
Date: Sat Jan 30 01:52:18 2016
New Revision: 295058
URL: https://svnweb.freebsd.org/changeset/base/295058

Log:
  Fix periodic(8) and rc(8) script inclusion to rcmds package.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/etc/periodic/daily/Makefile
  projects/release-pkg/etc/rc.d/Makefile

Modified: projects/release-pkg/etc/periodic/daily/Makefile
==============================================================================
--- projects/release-pkg/etc/periodic/daily/Makefile	Sat Jan 30 01:27:29 2016	(r295057)
+++ projects/release-pkg/etc/periodic/daily/Makefile	Sat Jan 30 01:52:18 2016	(r295058)
@@ -46,8 +46,12 @@ FILES+=	480.status-ntpd \
 .endif
 
 .if ${MK_RCMDS} != "no"
-FILES+=	140.clean-rwho
+FILESGROUPS+=	RCMDS
+RCMDS+=	140.clean-rwho
 .endif
+RCMDSDIR=	/etc/periodic/daily
+RCMDSMODE=	${BINMODE}
+RCMDSPACKAGE=	rcmds
 
 .if ${MK_SENDMAIL} != "no"
 FILES+=	150.clean-hoststat \

Modified: projects/release-pkg/etc/rc.d/Makefile
==============================================================================
--- projects/release-pkg/etc/rc.d/Makefile	Sat Jan 30 01:27:29 2016	(r295057)
+++ projects/release-pkg/etc/rc.d/Makefile	Sat Jan 30 01:52:18 2016	(r295058)
@@ -281,8 +281,12 @@ FILES+=		ftp-proxy
 .endif
 
 .if ${MK_RCMDS} != "no"
-FILES+=		rwho
+FILESGROUPS+=	RCMDS
+RCMDS+=		rwho
 .endif
+RCMDSDIR=	/etc/rc.d
+RCMDSMODE=	${BINMODE}
+RCMDSPACKAGE=	rcmds
 
 .if ${MK_ROUTED} != "no"
 FILES+=		routed


More information about the svn-src-projects mailing list