summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-01-07 20:37:18 +0000
committergarga <garga@FreeBSD.org>2016-01-07 20:37:18 +0000
commitc0f429aa4730019664e517ed418f6c19e1e63a2d (patch)
treed155de794695abcc6893237ef8c344d7a9b814b0 /tools
parentd613b647e0853b16f5a60f8f512aff9da9eb01ce (diff)
downloadFreeBSD-src-c0f429aa4730019664e517ed418f6c19e1e63a2d.zip
FreeBSD-src-c0f429aa4730019664e517ed418f6c19e1e63a2d.tar.gz
Obsolete inetd related files when WITHOUT_INETD is set
Reviewed by: bapt Approved by: gnn MFC after: 1 week 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 cb51987..37f624e 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -2834,6 +2834,13 @@ OLD_FILES+=usr/share/man/man8/traceroute6.8.gz
OLD_FILES+=rescue/ping6
.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+=etc/periodic/security/610.ipf6denied
OpenPOWER on IntegriCloud