From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 1 18:20:06 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A70801065698 for ; Fri, 1 Oct 2010 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA7F8FC19 for ; Fri, 1 Oct 2010 18:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o91IK6ux016168 for ; Fri, 1 Oct 2010 18:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o91IK6P8016167; Fri, 1 Oct 2010 18:20:06 GMT (envelope-from gnats) Resent-Date: Fri, 1 Oct 2010 18:20:06 GMT Resent-Message-Id: <201010011820.o91IK6P8016167@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB9B106564A for ; Fri, 1 Oct 2010 18:18:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0B70A8FC18 for ; Fri, 1 Oct 2010 18:18:37 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o91IIaHv099963 for ; Fri, 1 Oct 2010 18:18:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o91IIaLd099962; Fri, 1 Oct 2010 18:18:36 GMT (envelope-from nobody) Message-Id: <201010011818.o91IIaLd099962@www.freebsd.org> Date: Fri, 1 Oct 2010 18:18:36 GMT From: Paul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/151141: include daily script in !MK_PKGTOOLS check for obsolete files X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 18:20:06 -0000 >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: