Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 03:06:58 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220049 - in head/etc/periodic: daily security
Message-ID:  <201103270306.p2R36wD0044625@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dougb
Date: Sun Mar 27 03:06:58 2011
New Revision: 220049
URL: http://svn.freebsd.org/changeset/base/220049

Log:
  Hook the 220.backup-pkgdb script I added to the build unconditionally
  
  Hook up 610.ipf6denied based on MK_IPFILTER as 510.ipfdenied is now
  
  Poked by:	Andrzej Tobola <ato@iem.pw.edu.pl>

Modified:
  head/etc/periodic/daily/Makefile
  head/etc/periodic/security/Makefile

Modified: head/etc/periodic/daily/Makefile
==============================================================================
--- head/etc/periodic/daily/Makefile	Sun Mar 27 03:03:29 2011	(r220048)
+++ head/etc/periodic/daily/Makefile	Sun Mar 27 03:06:58 2011	(r220049)
@@ -6,6 +6,7 @@ FILES=	100.clean-disks \
 	110.clean-tmps \
 	120.clean-preserve \
 	200.backup-passwd \
+	220.backup-pkgdb \
 	330.news \
 	400.status-disks \
 	405.status-ata-raid \

Modified: head/etc/periodic/security/Makefile
==============================================================================
--- head/etc/periodic/security/Makefile	Sun Mar 27 03:03:29 2011	(r220048)
+++ head/etc/periodic/security/Makefile	Sun Mar 27 03:06:58 2011	(r220049)
@@ -17,6 +17,7 @@ FILES=	100.chksetuid \
 
 .if ${MK_IPFILTER} != "no"
 FILES+=	510.ipfdenied
+FILES+=	610.ipf6denied
 .endif
 
 .if ${MK_IPFW} != "no"



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