From eb5a928066a09fedb0bcc4237a55acde20e3b7a3 Mon Sep 17 00:00:00 2001 From: bapt 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 b324f70dfcf..9c7f4d72639 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" -- 2.45.0