[pkg-horde] [SCM] Debian Horde Packages repository: horde3 package branch, debian-sid, updated. debian/3.3.6+debian0-2-11-g62fe94b

Gregory Colpart reg at debian.org
Wed Nov 3 22:53:18 UTC 2010


The following commit has been merged in the debian-sid branch:
commit 7497933494a44bc367bcc29f167126eec15facb7
Author: Gregory Colpart <reg at debian.org>
Date:   Sun Oct 31 19:23:39 2010 +0100

    Fix annoying bug in temp-cleanup.cron (Closes: #597603)

diff --git a/debian/changelog b/debian/changelog
index 8c3e3c3..0b48fd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 horde3 (3.3.8+debian0-2) unstable; urgency=medium
 
   * Fix CVE-2010-3077 and CVE-2010-3694 (Closes: #598582)
+  * Fix annoying bug in temp-cleanup.cron (Closes: #597603) 
 
- -- Gregory Colpart <reg at debian.org>  Sun, 31 Oct 2010 00:30:42 +0200
+ -- Gregory Colpart <reg at debian.org>  Sun, 31 Oct 2010 19:22:39 +0100
 
 horde3 (3.3.8+debian0-1) unstable; urgency=low
 
diff --git a/debian/cron.d b/debian/cron.d
index 851b340..8c95e18 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -1,5 +1,5 @@
 #
 # Regular cron jobs for the horde3 package
 #
-0 23	* * *	www-data	test -x /usr/share/horde3/scripts/temp-cleanup.cron && /usr/share/horde3/scripts/temp-cleanup.cron 2> /dev/null
-*/5 *   * * *   www-data    test -x /usr/bin/php && /usr/bin/php -q /usr/share/horde3/scripts/alarms.php > /dev/null 2>&1
+0 23	* * *	www-data	test -x /usr/share/horde3/scripts/temp-cleanup.cron && /usr/share/horde3/scripts/temp-cleanup.cron 2> /dev/null || true
+*/5 *   * * *   www-data    test -x /usr/bin/php && /usr/bin/php -q /usr/share/horde3/scripts/alarms.php > /dev/null 2>&1 || true

-- 
Debian Horde Packages repository: horde3 package



More information about the pkg-horde-hackers mailing list