Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2012 07:44:28 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r236354 - stable/9/tools/build/mk
Message-ID:  <201205310744.q4V7iSJ3024179@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205310744.q4V7iSJ3024179>