Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 01:52:18 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r295058 - in projects/release-pkg/etc: periodic/daily rc.d
Message-ID:  <201601300152.u0U1qIdc028337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601300152.u0U1qIdc028337>