aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-08-15 22:16:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2017-08-15 22:16:15 +0000
commit0bfcfa8634a6b65620a03d1ecfe226b2b38a6c1b (patch)
treecde65c29dde21706b763c8463cd3660c4c8641c1 /etc/periodic
parent24328efbb4a07ad527b352f68aa97b00b963676a (diff)
downloadsrc-0bfcfa8634a6b65620a03d1ecfe226b2b38a6c1b.tar.gz
src-0bfcfa8634a6b65620a03d1ecfe226b2b38a6c1b.zip
Unconditionally install rwhod support scripts.
r322277 moved rwho* and ruptime out of the MK_RCMDS conditional including updating the obsolete files entries to not remove these scripts due to WITHOUT_RCMDS=yes. However, the initial installation was still conditional on MK_RCMDS, so new installs did not include these scripts and upgrades via mergemaster or etcupdate removed them. PR: 220953 MFC after: 1 month
Notes
Notes: svn path=/head/; revision=322552
Diffstat (limited to 'etc/periodic')
-rw-r--r--etc/periodic/daily/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index 56ab5aee4e57..d06e59df8c85 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -7,6 +7,7 @@ FILESGROUPS=FILES
FILES= 100.clean-disks \
110.clean-tmps \
120.clean-preserve \
+ 140.clean-rwho \
200.backup-passwd \
210.backup-aliases \
330.news \
@@ -46,14 +47,6 @@ FILES+= 480.status-ntpd \
480.leapfile-ntpd
.endif
-.if ${MK_RCMDS} != "no"
-FILESGROUPS+= RCMDS
-RCMDS+= 140.clean-rwho
-.endif
-RCMDSDIR= /etc/periodic/daily
-RCMDSMODE= ${BINMODE}
-RCMDSPACKAGE= rcmds
-
.if ${MK_SENDMAIL} != "no"
FILES+= 150.clean-hoststat \
440.status-mailq \