Date: Thu, 14 Jan 2016 14:21:43 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r293932 - stable/10/tools/build/mk Message-ID: <201601141421.u0EELhKc022163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601141421.u0EELhKc022163>