summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-01-14 14:21:43 +0000
committergarga <garga@FreeBSD.org>2016-01-14 14:21:43 +0000
commitef0dc64bd3c5b65df77a29d63e58478393b75938 (patch)
tree78767b1907b384fd35660d00d5207d180cc9b3b2 /tools
parent27705484115258b2d623bb0abad5f24f164d2dc2 (diff)
downloadFreeBSD-src-ef0dc64bd3c5b65df77a29d63e58478393b75938.zip
FreeBSD-src-ef0dc64bd3c5b65df77a29d63e58478393b75938.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 886fbaa..f75e1c7 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud