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 <[EMAIL PROTECTED]>
: :" : Homepage: www.der-marv.de
`. `"`
`- Debian - when you have better things to do than fix a system
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]