summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-01-30 01:52:18 +0000
committergjb <gjb@FreeBSD.org>2016-01-30 01:52:18 +0000
commitb2c44719b4ee420ec290bb917b83aa0a17fc1d3b (patch)
tree551e30192910d9b901a9cdd480f37220002c124a /etc/periodic
parent60147cf24845ffce6292d4052d2210424d885758 (diff)
downloadFreeBSD-src-b2c44719b4ee420ec290bb917b83aa0a17fc1d3b.zip
FreeBSD-src-b2c44719b4ee420ec290bb917b83aa0a17fc1d3b.tar.gz
Fix periodic(8) and rc(8) script inclusion to rcmds package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/periodic')
-rw-r--r--etc/periodic/daily/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index 41e05ee..d2052f2 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -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 \
OpenPOWER on IntegriCloud