svn commit: r293932 - stable/10/tools/build/mk

Renato Botelho garga at FreeBSD.org
Thu Jan 14 14:21:45 UTC 2016


Author: garga (ports committer)
Date: Thu Jan 14 14:21:43 2016
New Revision: 293932
URL: https://svnweb.freebsd.org/changeset/base/293932

Log:
  MFC r293357:
  
  Obsolete inetd related files when WITHOUT_INETD is set
  
  Reviewed by:	bapt
  Approved by:	gnn
  Sponsored by:	Rubiconn Communications (Netgate)
  Differential Revision:	https://reviews.freebsd.org/D4742

Modified:
  stable/10/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jan 14 14:20:33 2016	(r293931)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jan 14 14:21:43 2016	(r293932)
@@ -2204,6 +2204,13 @@ OLD_FILES+=rescue/ping6
 # to be filled in
 #.endif
 
+.if ${MK_INETD} == no
+OLD_FILES+=etc/rc.d/inetd
+OLD_FILES+=usr/sbin/inetd
+OLD_FILES+=usr/share/man/man5/inetd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/inetd.8.gz
+.endif
+
 .if ${MK_IPFILTER} == no
 OLD_FILES+=etc/periodic/security/510.ipfdenied
 OLD_FILES+=rescue/ipf


More information about the svn-src-all mailing list