3 commits - configure.ac wallace/__init__.py wallace/wallace.sysvinit

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Jul 13 11:57:43 CEST 2012


 configure.ac             |    2 +-
 wallace/__init__.py      |    1 +
 wallace/wallace.sysvinit |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 02b4fb9b938a0a8db21241fdb7c223caca5f881e
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jul 13 10:57:23 2012 +0100

    Fix $prog variable so the service manages to stop when requested

diff --git a/wallace/wallace.sysvinit b/wallace/wallace.sysvinit
index 3cae773..efdbe2d 100644
--- a/wallace/wallace.sysvinit
+++ b/wallace/wallace.sysvinit
@@ -32,7 +32,7 @@ RETVAL=0
 
 # Set up some common variables before we launch into what might be
 # considered boilerplate by now.
-prog=wallace
+prog=wallaced
 path=/usr/sbin/wallaced
 lockfile=/var/lock/subsys/$prog
 pidfile=/var/run/wallaced/wallaced.pid


commit 4517af7aeaa7d6ff925a289943d70ece1ce70035
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jul 13 09:20:02 2012 +0100

    Bump pre-release

diff --git a/configure.ac b/configure.ac
index 87f7e1d..d5e0226 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([pykolab], 0.5)
-AC_SUBST([RELEASE], 0.10)
+AC_SUBST([RELEASE], 0.11)
 
 AC_CONFIG_SRCDIR(pykolab/constants.py.in)
 


commit 6714e135e16caff77b2576237e6f8002dfb4b94f
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jul 13 09:19:38 2012 +0100

    from distutils import version

diff --git a/wallace/__init__.py b/wallace/__init__.py
index 55a6d26..3f9a78a 100644
--- a/wallace/__init__.py
+++ b/wallace/__init__.py
@@ -19,6 +19,7 @@
 
 import asyncore
 import binascii
+from distutils import version
 import grp
 import multiprocessing
 import os





More information about the commits mailing list