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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"