svn commit: r244484 - head/etc/periodic/daily

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 20 11:39:20 UTC 2012


Author: bapt
Date: Thu Dec 20 11:39:20 2012
New Revision: 244484
URL: http://svnweb.freebsd.org/changeset/base/244484

Log:
  make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLS
  knob

Modified:
  head/etc/periodic/daily/Makefile

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile	Thu Dec 20 11:10:23 2012	(r244483)
+++ head/etc/periodic/daily/Makefile	Thu Dec 20 11:39:20 2012	(r244484)
@@ -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"


More information about the svn-src-all mailing list