svn commit: r236354 - stable/9/tools/build/mk

Eitan Adler eadler at FreeBSD.org
Thu May 31 07:44:28 UTC 2012


Author: eadler
Date: Thu May 31 07:44:27 2012
New Revision: 236354
URL: http://svn.freebsd.org/changeset/base/236354

Log:
  MFC r235204:
  	Add some missing files to OLD_FILES
  
  PR:		conf/166460
  Approved by:	cperciva (implicit)

Modified:
  stable/9/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/9/tools/build/   (props changed)

Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Thu May 31 07:40:37 2012	(r236353)
+++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc	Thu May 31 07:44:27 2012	(r236354)
@@ -2179,6 +2179,8 @@ OLD_FILES+=usr/share/man/man8/ipfstat.8.
 OLD_FILES+=usr/share/man/man8/ipmon.8.gz
 OLD_FILES+=usr/share/man/man8/ipnat.8.gz
 OLD_FILES+=usr/share/man/man8/ippool.8.gz
+OLD_FILES+=etc/periodic/security/510.ipfdenied
+OLD_FILES+=etc/periodic/security/610.ipf6denied
 .endif
 
 .if ${MK_IPFW} == no


More information about the svn-src-stable mailing list