[23846] in Source-Commits
/svn/athena r23457 - trunk/debathena/config/reactivate/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Sat Feb 7 17:26:37 2009
Date: Sat, 7 Feb 2009 17:26:10 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200902072226.RAA20185@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2009-02-07 17:26:09 -0500 (Sat, 07 Feb 2009)
New Revision: 23457
Added:
trunk/debathena/config/reactivate/debian/updatedb.findutils.cron.local
Modified:
trunk/debathena/config/reactivate/debian/changelog
trunk/debathena/config/reactivate/debian/debathena-reactivate.install
Log:
In reactivate:
* Configure locate's cron job to not walk /login.
Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog 2009-02-07 21:45:50 UTC (rev 23456)
+++ trunk/debathena/config/reactivate/debian/changelog 2009-02-07 22:26:09 UTC (rev 23457)
@@ -1,3 +1,9 @@
+debathena-reactivate (1.7) unstable; urgency=low
+
+ * Configure locate's cron job to not walk /login.
+
+ -- Tim Abbott <tabbott@mit.edu> Sat, 07 Feb 2009 17:23:01 -0500
+
debathena-reactivate (1.6) unstable; urgency=low
* Fix typo in schroot configuration (environment_filter should be
Modified: trunk/debathena/config/reactivate/debian/debathena-reactivate.install
===================================================================
--- trunk/debathena/config/reactivate/debian/debathena-reactivate.install 2009-02-07 21:45:50 UTC (rev 23456)
+++ trunk/debathena/config/reactivate/debian/debathena-reactivate.install 2009-02-07 22:26:09 UTC (rev 23457)
@@ -2,3 +2,4 @@
debian/Xsession.debathena etc/gdm
debian/PreSession/Default.debathena etc/gdm/PreSession
debian/PostSession/Default.debathena etc/gdm/PostSession
+debian/updatedb.findutils.cron.local etc
Added: trunk/debathena/config/reactivate/debian/updatedb.findutils.cron.local
===================================================================
--- trunk/debathena/config/reactivate/debian/updatedb.findutils.cron.local 2009-02-07 21:45:50 UTC (rev 23456)
+++ trunk/debathena/config/reactivate/debian/updatedb.findutils.cron.local 2009-02-07 22:26:09 UTC (rev 23457)
@@ -0,0 +1 @@
+PRUNEPATHS="$PRUNEPATHS /login"