[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.1.1-1-10-g9e079db

Iustin Pop iustin at debian.org
Sun May 23 22:37:06 UTC 2010


The following commit has been merged in the master branch:
commit e6ce3efcd138af9b6b5963e7470de05a0ac108ce
Author: Iustin Pop <iustin at debian.org>
Date:   Sun May 23 22:11:58 2010 +0200

    Refresh the startup patch
    
    Git-Dch: ignore

diff --git a/debian/patches/fix-startup-with-old-config.patch b/debian/patches/fix-startup-with-old-config.patch
index 6c32021..0f20177 100644
--- a/debian/patches/fix-startup-with-old-config.patch
+++ b/debian/patches/fix-startup-with-old-config.patch
@@ -5,11 +5,10 @@ Author: Iustin Pop <iusty at k1024.org>
 Last-Update: 2009-12-04
 --- a/doc/examples/ganeti.initd.in
 +++ b/doc/examples/ganeti.initd.in
-@@ -37,6 +37,17 @@
-             exit 0
-         fi
-     done
-+
+@@ -59,6 +59,16 @@
+ }
+ 
+ start_all() {
 +    for fname in \
 +        "@LOCALSTATEDIR@/lib/ganeti/ssconf_hypervisor"
 +    do
@@ -20,6 +19,6 @@ Last-Update: 2009-12-04
 +        fi
 +    done
 +
- }
- 
- check_exitcode() {
+     if ! $DAEMON_UTIL check-config; then
+         log_warning_msg "Incomplete configuration, will not run."
+         exit 0

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list