misc/151141: include daily script in !MK_PKGTOOLS check for obsolete files

Paul onemda at gmail.com
Fri Oct 1 18:20:06 UTC 2010


>Number:         151141
>Category:       misc
>Synopsis:       include daily script in !MK_PKGTOOLS check for obsolete files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 01 18:20:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Paul
>Release:        CURRENT
>Organization:
>Environment:
CURRENT
>Description:
# cd /usr/src
# make delete-old

if WITHOUT_PKGTOOLS is true
daily script for package check will not be removed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index d3aa4b2..be6bb37 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1772,6 +1772,7 @@ OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
 .endif
 
 .if ${MK_PKGTOOLS} == no
+OLD_FILES+=etc/periodic/daily/490.status-pkg-changes
 OLD_FILES+=etc/periodic/weekly/400.status-pkg
 OLD_FILES+=usr/sbin/pkg_add
 OLD_FILES+=usr/sbin/pkg_create


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list