Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 21:13:07 GMT
From:      Richard Tector <richard@tector.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/144243: Add NIS related files to OptionalObsoleteFiles.inc
Message-ID:  <201002232113.o1NLD7wn016797@www.freebsd.org>
Resent-Message-ID: <201002232120.o1NLK1XQ047481@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002232113.o1NLD7wn016797>