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

Oliver Fromme olli at FreeBSD.org
Tue Aug 10 12:58:44 UTC 2010


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


More information about the svn-src-head mailing list