[Kolab-devel] QIM correction
Josef Fritscher
josef.fritscher at chello.at
Thu Jun 26 00:14:44 CEST 2003
Well, I'm new here, therefore I want to start with something simple:
Please correct QIM:
4. Add the following script to your startup files e.g. in /etc/init.d
#!/bin/sh
#
# kolab -- startup/shutdown transfer script for /kolab OpenPKG hierarchy
#
[ ! -f /kolab/etc/rc.d/rc.monit ] && exit 0
case $1 in
start ) exec /kolab/etc/rc.d/rc.kolab start ;;
stop ) exec /kolab/etc/rc.d/rc.kolab stop ;;
esac
which instead should be:
4. Add the following script to your startup files e.g. in /etc/init.d
#!/bin/sh
#
# kolab -- startup/shutdown transfer script for /kolab OpenPKG hierarchy
#
[ ! -f /kolab/etc/rc.d/rc.kolab ] && exit 0
case $1 in
start ) exec /kolab/etc/rc.d/rc.kolab start ;;
stop ) exec /kolab/etc/rc.d/rc.kolab stop ;;
esac
since rc.monit does not exist anymore and therefore kolab would not start, when booting the server.
tnx, Joe
PS: trying kolab 1.0.2 for the time being
--
------------------------------------------------------------------------------
"May the nForce be with you!" - StarWars Episode III
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3505 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.kolab.org/pipermail/devel/attachments/20030626/09eb7552/attachment.bin>
More information about the devel
mailing list