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

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 10 12:21:25 UTC 2016


Author: bapt
Date: Sat Dec 10 12:21:24 2016
New Revision: 309799
URL: https://svnweb.freebsd.org/changeset/base/309799

Log:
  Respect WITHOUT_RBOOTD in src.conf when running make delete-old
  
  PR:		213722
  Submitted by:	philippe.michel7 at sfr.fr
  MFC after:	2 days

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:18:03 2016	(r309798)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Dec 10 12:21:24 2016	(r309799)
@@ -6861,6 +6861,11 @@ OLD_FILES+=usr/share/man/man8/quotaon.8.
 OLD_FILES+=usr/share/man/man8/repquota.8.gz
 .endif
 
+.if ${MK_RBOOTD} == no
+OLD_FILES+=usr/libexec/rbootd
+OLD_FILES+=usr/share/man/man8/rbootd.8.gz
+.endif
+
 .if ${MK_RCMDS} == no
 OLD_FILES+=bin/rcp
 OLD_FILES+=etc/rc.d/rwho


More information about the svn-src-all mailing list