Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2010 12:58:44 +0000 (UTC)
From:      Oliver Fromme <olli@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211142 - head/etc/periodic/daily
Message-ID:  <201008101258.o7ACwiUW025159@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olli
Date: Tue Aug 10 12:58:44 2010
New Revision: 211142
URL: http://svn.freebsd.org/changeset/base/211142

Log:
  Connect the new script 490.status-pkg-changes (see r210863)
  to the build, so it gets actually installed.
  
  Approved by:	des (mentor)
  MFC after:	17 days

Modified:
  head/etc/periodic/daily/Makefile

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile	Tue Aug 10 11:15:17 2010	(r211141)
+++ head/etc/periodic/daily/Makefile	Tue Aug 10 12:58:44 2010	(r211142)
@@ -39,6 +39,10 @@ FILES+=	130.clean-msgs
 FILES+=	480.status-ntpd
 .endif
 
+.if ${MK_PKGTOOLS} != "no"
+FILES+=	490.status-pkg-changes
+.endif
+
 .if ${MK_RCMDS} != "no"
 FILES+=	140.clean-rwho \
 	430.status-rwho



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