[pkg-kolab] Bug#358805: kolab-cyrus-common: Broken init script for
	kolab-cyrus
    Marvin Stark 
    marv at der-marv.de
       
    Fri Mar 24 13:29:02 UTC 2006
    
    
  
Package: kolab-cyrus-common
Severity: important
Hi,
When you want to start kolab-cyrus you get following error:
----8<----
/etc/init.d/kolab-cyrus start
Starting Cyrus IMAPd: /etc/init.d/kolab-cyrus: line 153: !check_status: 
command not found
----8<----
When I fix the line:
----8<----
--- kolab-cyrus.orig    2006-03-24 14:26:41.000000000 +0100
+++ kolab-cyrus 2006-03-24 14:26:30.000000000 +0100
@@ -150,7 +150,7 @@
        if start-stop-daemon ${START} >/dev/null 2>&1 ; then
                echo "$NAME."
        else
-               if !check_status ; then
+               if ! check_status ; then
                        echo "(failed)."
                        exit 1
                fi
----8<----
I get following error:
----8<----
etc/init.d/kolab-cyrus start
Starting Cyrus IMAPd: (failed).
----8<----
Best regards,
-- 
 .""`.     Marvin Stark <marv at der-marv.de>
: :"  :    Homepage: www.der-marv.de
`. `"`
  `-  Debian - when you have better things to do than fix a system
    
    
More information about the pkg-kolab-devel
mailing list