svn commit: r235204 - head/tools/build/mk

Eitan Adler eadler at FreeBSD.org
Wed May 9 17:30:45 UTC 2012


Author: eadler
Date: Wed May  9 17:30:44 2012
New Revision: 235204
URL: http://svn.freebsd.org/changeset/base/235204

Log:
  Add some missing files to OLD_FILES
  
  PR:		conf/166460
  Submitted by:	Jeremy Chadwick <freebsd at jdc.parodius.com>
  Reviewed by:	stable@
  Approved by:	cperciva
  MFC after:	2 weeks

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Wed May  9 17:29:07 2012	(r235203)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Wed May  9 17:30:44 2012	(r235204)
@@ -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-head mailing list