svn commit: r215730 - in stable/8: etc/periodic/security
tools/build/mk
Xin LI
delphij at FreeBSD.org
Tue Nov 23 01:39:31 UTC 2010
Author: delphij
Date: Tue Nov 23 01:39:30 2010
New Revision: 215730
URL: http://svn.freebsd.org/changeset/base/215730
Log:
MFC r204459 (antonie):
Add files to remove when MK_PKGTOOLS=no.
MFC r215045 [1]:
Hide 460.chkportsum in MK_PKGTOOLS != no case.
Submitted by: Alex Kozlov <spam rm-rf kiev ua> [1]
Modified:
stable/8/etc/periodic/security/Makefile
stable/8/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
stable/8/etc/periodic/security/ (props changed)
stable/8/tools/build/mk/ (props changed)
Modified: stable/8/etc/periodic/security/Makefile
==============================================================================
--- stable/8/etc/periodic/security/Makefile Tue Nov 23 01:32:44 2010 (r215729)
+++ stable/8/etc/periodic/security/Makefile Tue Nov 23 01:39:30 2010 (r215730)
@@ -7,7 +7,6 @@ FILES= 100.chksetuid \
300.chkuid0 \
400.passwdless \
410.logincheck \
- 460.chkportsum \
700.kernelmsg \
800.loginfail \
900.tcpwrap \
@@ -28,4 +27,8 @@ FILES+= 500.ipfwdenied \
FILES+= 520.pfdenied
.endif
+.if ${MK_PKGTOOLS} != "no"
+FILES+= 460.chkportsum
+.endif
+
.include <bsd.prog.mk>
Modified: stable/8/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/8/tools/build/mk/OptionalObsoleteFiles.inc Tue Nov 23 01:32:44 2010 (r215729)
+++ stable/8/tools/build/mk/OptionalObsoleteFiles.inc Tue Nov 23 01:39:30 2010 (r215730)
@@ -1213,6 +1213,23 @@ OLD_FILES+=usr/share/man/man1/nc.1.gz
# to be filled in
#.endif
+.if ${MK_PKGTOOLS} == no
+OLD_FILES+=etc/periodic/security/460.chkportsum
+OLD_FILES+=etc/periodic/weekly/400.status-pkg
+OLD_FILES+=usr/sbin/pkg_add
+OLD_FILES+=usr/sbin/pkg_create
+OLD_FILES+=usr/sbin/pkg_delete
+OLD_FILES+=usr/sbin/pkg_info
+OLD_FILES+=usr/sbin/pkg_updating
+OLD_FILES+=usr/sbin/pkg_version
+OLD_FILES+=usr/share/man/man1/pkg_add.1.gz
+OLD_FILES+=usr/share/man/man1/pkg_create.1.gz
+OLD_FILES+=usr/share/man/man1/pkg_delete.1.gz
+OLD_FILES+=usr/share/man/man1/pkg_info.1.gz
+OLD_FILES+=usr/share/man/man1/pkg_updating.1.gz
+OLD_FILES+=usr/share/man/man1/pkg_version.1.gz
+.endif
+
.if ${MK_PROFILE} == no
OLD_FILES+=usr/lib/libalias_cuseeme_p.a
OLD_FILES+=usr/lib/libalias_dummy_p.a
More information about the svn-src-stable
mailing list