svn commit: r278094 - head/tools/build/mk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Feb 2 14:58:42 UTC 2015
Author: amdmi3 (ports committer)
Date: Mon Feb 2 14:58:41 2015
New Revision: 278094
URL: https://svnweb.freebsd.org/changeset/base/278094
Log:
- Remove more files when MK_NS_CACHING == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Mon Feb 2 14:57:45 2015 (r278093)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Mon Feb 2 14:58:41 2015 (r278094)
@@ -5638,6 +5638,15 @@ OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5
OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
.endif
+.if ${MK_NS_CACHING} == no
+OLD_FILES+=etc/nscd.conf
+OLD_FILES+=etc/rc.d/nscd
+OLD_FILES+=usr/sbin/nscd
+OLD_FILES+=usr/share/examples/etc/nscd.conf
+OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/nscd.8.gz
+.endif
+
.if ${MK_NTP} == no
OLD_FILES+=etc/ntp.conf
OLD_FILES+=etc/periodic/daily/480.status-ntpd
More information about the svn-src-head
mailing list