[Pkg-cvs-commits] r70 - in /trunk: changelog cron.weekly

93sam at users.alioth.debian.org 93sam at users.alioth.debian.org
Sun Jan 27 19:50:55 UTC 2008


Author: 93sam
Date: Sun Jan 27 19:50:55 2008
New Revision: 70

URL: http://svn.debian.org/wsvn/?sc=1&rev=70
Log:
Check for /etc/cvs-cron.conf before using it. Closes: #197473

Modified:
    trunk/changelog
    trunk/cron.weekly

Modified: trunk/changelog
URL: http://svn.debian.org/wsvn/trunk/changelog?rev=70&op=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sun Jan 27 19:50:55 2008
@@ -6,6 +6,7 @@ cvs (1:1.12.13-10) unstable; urgency=low
   * Add a Finnish Debconf translation, hanks to Esko Arajärvi.
     Closes: #455257
   * Updated the download URL in debian/copyright. Closes: #351690
+  * Check for /etc/cvs-cron.conf before using it. Closes: #197473
 
  -- Steve McIntyre <93sam at debian.org>  Sun, 27 Jan 2008 19:08:02 +0000
 

Modified: trunk/cron.weekly
URL: http://svn.debian.org/wsvn/trunk/cron.weekly?rev=70&op=diff
==============================================================================
--- trunk/cron.weekly (original)
+++ trunk/cron.weekly Sun Jan 27 19:50:55 2008
@@ -28,7 +28,9 @@ rotate ()
 
 # Uncomment these if you want to use debconf to get the variables directly
 #. /usr/share/debconf/confmodule
+if [ -e /etc/cvs-cron.conf ] ; then
 . /etc/cvs-cron.conf
+fi
 
 # Retrieve some useful variables
 #db_get cvs/rotatehistory




More information about the Pkg-cvs-commits mailing list