Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 18:20:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/186412: commit references a PR
Message-ID:  <201402051820.s15IK0jM067856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/186412; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/186412: commit references a PR
Date: Wed,  5 Feb 2014 18:16:25 +0000 (UTC)

 Author: antoine
 Date: Wed Feb  5 18:16:18 2014
 New Revision: 261521
 URL: http://svnweb.freebsd.org/changeset/base/261521
 
 Log:
   Add files to remove WITHOUT_NIS
   
   PR:		186412
 
 Modified:
   head/tools/build/mk/OptionalObsoleteFiles.inc
 
 Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb  5 18:13:27 2014	(r261520)
 +++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed Feb  5 18:16:18 2014	(r261521)
 @@ -3321,9 +3321,60 @@ OLD_FILES+=usr/bin/nc
  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/lib/libypclnt.a
 +OLD_FILES+=usr/lib/libypclnt.so
 +OLD_LIBS+=usr/lib/libypclnt.so.4
 +OLD_FILES+=usr/lib/libypclnt_p.a
 +.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
 +OLD_FILES+=usr/lib32/libypclnt.a
 +OLD_FILES+=usr/lib32/libypclnt.so
 +OLD_LIBS+=usr/lib32/libypclnt.so.4
 +OLD_FILES+=usr/lib32/libypclnt_p.a
 +.endif
 +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
 +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/share/man/man1/ypcat.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchfn.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchpass.1.gz
 +OLD_FILES+=usr/share/man/man1/ypchsh.1.gz
 +OLD_FILES+=usr/share/man/man1/ypmatch.1.gz
 +OLD_FILES+=usr/share/man/man1/yppasswd.1.gz
 +OLD_FILES+=usr/share/man/man1/ypwhich.1.gz
 +OLD_FILES+=usr/share/man/man5/netid.5.gz
 +OLD_FILES+=usr/share/man/man8/mknetid.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.yppasswdd.8.gz
 +OLD_FILES+=usr/share/man/man8/rpc.ypxfrd.8.gz
 +OLD_FILES+=usr/share/man/man8/yp_mkdb.8.gz
 +OLD_FILES+=usr/share/man/man8/ypbind.8.gz
 +OLD_FILES+=usr/share/man/man8/ypinit.8.gz
 +OLD_FILES+=usr/share/man/man8/yppoll.8.gz
 +OLD_FILES+=usr/share/man/man8/yppush.8.gz
 +OLD_FILES+=usr/share/man/man8/ypserv.8.gz
 +OLD_FILES+=usr/share/man/man8/ypset.8.gz
 +OLD_FILES+=usr/share/man/man8/ypxfr.8.gz
 +OLD_FILES+=var/yp/Makefile
 +OLD_FILES+=var/yp/Makefile.dist
 +.endif
  
  #.if ${MK_NLS} == no
  # to be filled in
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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