From owner-freebsd-bugs@FreeBSD.ORG Tue Feb 23 21:20:02 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 28E171065670 for ; Tue, 23 Feb 2010 21:20:02 +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 361338FC12 for ; Tue, 23 Feb 2010 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1NLK13V047482 for ; Tue, 23 Feb 2010 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1NLK1XQ047481; Tue, 23 Feb 2010 21:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 23 Feb 2010 21:20:01 GMT Resent-Message-Id: <201002232120.o1NLK1XQ047481@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, Richard Tector Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86E2E106566C for ; Tue, 23 Feb 2010 21:13:08 +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 8FAAA8FC13 for ; Tue, 23 Feb 2010 21:13:08 +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 o1NLD8NB016798 for ; Tue, 23 Feb 2010 21:13:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1NLD7wn016797; Tue, 23 Feb 2010 21:13:07 GMT (envelope-from nobody) Message-Id: <201002232113.o1NLD7wn016797@www.freebsd.org> Date: Tue, 23 Feb 2010 21:13:07 GMT From: Richard Tector To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/144243: Add NIS related files to OptionalObsoleteFiles.inc 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: Tue, 23 Feb 2010 21:20:02 -0000 >Number: 144243 >Category: misc >Synopsis: Add NIS related files to OptionalObsoleteFiles.inc >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: Tue Feb 23 21:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Richard Tector >Release: FreeBSD 8.0-STABLE >Organization: >Environment: FreeBSD ezekiel.thekeelecentre.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Tue Feb 23 17:13:10 GMT 2010 richard@ezekiel.thekeelecentre.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: The patch below adds support for the removal of NIS related files when WITHOUT_NIS=true using: make check-old* and delete-old* targets. >How-To-Repeat: Build/install world with WITHOUT_NIS=true make check-old does not list now out of date NIS related files. >Fix: Apply attached patch and re-run: make check-old, etc. Patch attached with submission follows: --- tools/build/mk/OptionalObsoleteFiles.inc.old 2010-02-23 20:48:43.000000000 +0000 +++ tools/build/mk/OptionalObsoleteFiles.inc 2010-02-23 21:05:30.000000000 +0000 @@ -950,9 +950,31 @@ OLD_FILES+=usr/share/man/man1/nc.1.gz .endif -#.if ${MK_NIS} == no -# to be filled in -#.endif +.if ${MK_NIS} == no +OLD_FILES+=usr/bin/ypcat +OLD_FILES+=usr/bin/ypchfn +OLD_FILES+=usr/bin/ypchpass +OLD_FILES+=usr/bin/ypchsh +OLD_FILES+=usr/bin/ypmatch +OLD_FILES+=usr/bin/yppasswd +OLD_FILES+=usr/bin/ypwhich +OLD_FILES+=usr/include/ypclnt.h +OLD_FILES+=usr/sbin/yp_mkdb +OLD_FILES+=usr/sbin/ypbind +OLD_FILES+=usr/sbin/ypinit +OLD_FILES+=usr/sbin/yppoll +OLD_FILES+=usr/sbin/yppush +OLD_FILES+=usr/sbin/ypserv +OLD_FILES+=usr/sbin/ypset +OLD_FILES+=usr/lib/libypclnt.a +OLD_LIBS+=usr/lib/libypclnt.so +OLD_FILES+=usr/libexec/mknetid +OLD_FILES+=usr/libexec/yppwupdate +OLD_FILES+=usr/libexec/ypxfr +OLD_FILES+=usr/sbin/rpc.yppasswdd +OLD_FILES+=usr/sbin/rpc.ypupdated +OLD_FILES+=usr/sbin/rpc.ypxfrd +.endif #.if ${MK_NLS} == no # to be filled in >Release-Note: >Audit-Trail: >Unformatted: