Date: Fri, 1 Oct 2010 18:18:36 GMT From: Paul <onemda@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/151141: include daily script in !MK_PKGTOOLS check for obsolete files Message-ID: <201010011818.o91IIaLd099962@www.freebsd.org> Resent-Message-ID: <201010011820.o91IK6P8016167@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010011818.o91IIaLd099962>
