svn commit: r278128 - head/tools/build/mk
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Feb 3 02:57:51 UTC 2015
Author: amdmi3 (ports committer)
Date: Tue Feb 3 02:57:50 2015
New Revision: 278128
URL: https://svnweb.freebsd.org/changeset/base/278128
Log:
- Remove more files when MK_QUOTAS == 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 Tue Feb 3 02:56:25 2015 (r278127)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Tue Feb 3 02:57:50 2015 (r278128)
@@ -6138,6 +6138,21 @@ OLD_FILES+=usr/lib/private/libldns_p.a
OLD_FILES+=usr/lib/private/libssh_p.a
.endif
+.if ${MK_QUOTAS} == no
+OLD_FILES+=sbin/quotacheck
+OLD_FILES+=usr/bin/quota
+OLD_FILES+=usr/sbin/edquota
+OLD_FILES+=usr/sbin/quotaoff
+OLD_FILES+=usr/sbin/quotaon
+OLD_FILES+=usr/sbin/repquota
+OLD_FILES+=usr/share/man/man1/quota.1.gz
+OLD_FILES+=usr/share/man/man8/edquota.8.gz
+OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
+OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
+OLD_FILES+=usr/share/man/man8/quotaon.8.gz
+OLD_FILES+=usr/share/man/man8/repquota.8.gz
+.endif
+
.if ${MK_RCMDS} == no
OLD_FILES+=bin/rcp
OLD_FILES+=etc/rc.d/rwho
More information about the svn-src-all
mailing list