From 203d428e211ca32fb65ac3bc9fca7d5a5e27e788 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 20 Dec 2012 11:39:20 +0000 Subject: [PATCH] make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLS knob --- etc/periodic/daily/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile index b324f70dfcfa..9c7f4d726394 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"