svn commit: r343128 - head/tools/build/mk

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jan 18 00:39:18 UTC 2019


Author: gonzo
Date: Fri Jan 18 00:39:17 2019
New Revision: 343128
URL: https://svnweb.freebsd.org/changeset/base/343128

Log:
  Add ypldap to the list of conditional obsolete files
  
  ypldap should be removed during delete-old if WITHOUT_NIS flag is enabled
  
  PR:		230727
  Submitted by:	Dmitry Wagin <dmitry.wagin at ya.ru>
  MFC after:	1 week

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Jan 18 00:26:25 2019	(r343127)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Fri Jan 18 00:39:17 2019	(r343128)
@@ -6522,6 +6522,7 @@ OLD_FILES+=usr/bin/ypcat
 OLD_FILES+=usr/bin/ypchfn
 OLD_FILES+=usr/bin/ypchpass
 OLD_FILES+=usr/bin/ypchsh
+OLD_FILES+=usr/bin/ypldap
 OLD_FILES+=usr/bin/ypmatch
 OLD_FILES+=usr/bin/yppasswd
 OLD_FILES+=usr/bin/ypwhich


More information about the svn-src-head mailing list