[Pkg-ganeti-commits] r40 - in trunk/ganeti/debian: . patches

iustin-guest at alioth.debian.org iustin-guest at alioth.debian.org
Fri Feb 22 07:29:13 UTC 2008


Author: iustin-guest
Date: 2008-02-22 07:29:12 +0000 (Fri, 22 Feb 2008)
New Revision: 40

Added:
   trunk/ganeti/debian/patches/cronjob-check-executable.patch
Modified:
   trunk/ganeti/debian/changelog
Log:
Add patch for bug 466611


Modified: trunk/ganeti/debian/changelog
===================================================================
--- trunk/ganeti/debian/changelog	2008-02-21 19:14:47 UTC (rev 39)
+++ trunk/ganeti/debian/changelog	2008-02-22 07:29:12 UTC (rev 40)
@@ -1,3 +1,9 @@
+ganeti (1.2.3-2) unstable; urgency=low
+
+  * Fix 'crontab should check for executable presence' (Closes: #466611)
+
+ -- Iustin Pop <iusty at k1024.org>  Fri, 22 Feb 2008 08:25:44 +0100
+
 ganeti (1.2.3-1) unstable; urgency=low
 
   * New upstream version

Added: trunk/ganeti/debian/patches/cronjob-check-executable.patch
===================================================================
--- trunk/ganeti/debian/patches/cronjob-check-executable.patch	                        (rev 0)
+++ trunk/ganeti/debian/patches/cronjob-check-executable.patch	2008-02-22 07:29:12 UTC (rev 40)
@@ -0,0 +1,8 @@
+diff -urN ganeti-1.2.3.old/doc/examples/ganeti.cron ganeti-1.2.3/doc/examples/ganeti.cron
+--- ganeti-1.2.3.old/doc/examples/ganeti.cron	2008-02-18 14:24:47.000000000 +0100
++++ ganeti-1.2.3/doc/examples/ganeti.cron	2008-02-22 08:23:41.911287638 +0100
+@@ -1,3 +1,3 @@
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
+ # restart failed instances
+-*/5 * * * * root /usr/local/sbin/ganeti-watcher
++*/5 * * * * root [ -x /usr/sbin/ganeti-watcher ] && /usr/sbin/ganeti-watcher




More information about the Pkg-ganeti-commits mailing list