summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-20 11:39:20 +0000
committerbapt <bapt@FreeBSD.org>2012-12-20 11:39:20 +0000
commiteb5a928066a09fedb0bcc4237a55acde20e3b7a3 (patch)
treeff93078b5586fb7599dea9ec1022a1f0fa2f9257 /etc/periodic
parentf2a98a14f8f6ac849a289519cc6ce8440ec3508a (diff)
downloadFreeBSD-src-eb5a928066a09fedb0bcc4237a55acde20e3b7a3.zip
FreeBSD-src-eb5a928066a09fedb0bcc4237a55acde20e3b7a3.tar.gz
make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLS
knob
Diffstat (limited to 'etc/periodic')
-rw-r--r--etc/periodic/daily/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index b324f70..9c7f4d7 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -6,7 +6,6 @@ FILES= 100.clean-disks \
110.clean-tmps \
120.clean-preserve \
200.backup-passwd \
- 220.backup-pkgdb \
330.news \
400.status-disks \
405.status-ata-raid \
@@ -41,7 +40,8 @@ FILES+= 480.status-ntpd
.endif
.if ${MK_PKGTOOLS} != "no"
-FILES+= 490.status-pkg-changes
+FILES+= 220.backup-pkgdb \
+ 490.status-pkg-changes
.endif
.if ${MK_RCMDS} != "no"
OpenPOWER on IntegriCloud