Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 11:39:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r244484 - head/etc/periodic/daily
Message-ID:  <201212201139.qBKBdKB0037445@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212201139.qBKBdKB0037445>