misc/144243: Add NIS related files to OptionalObsoleteFiles.inc

Richard Tector richard at tector.org.uk
Tue Feb 23 21:20:02 UTC 2010


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


More information about the freebsd-bugs mailing list