[Kolab-devel] Kolab Server 2.2.3

Thomas Arendsen Hein thomas at intevation.de
Mon Nov 16 17:05:52 CET 2009


* Thomas Spuhler <thomas at btspuhler.com> [20091116 05:29]:
> On Sunday 15 November 2009 04:23:47 pm Richard Bos wrote:
> > Op zaterdag 14 november 2009 22:42:07 schreef Thomas Spuhler:
> > > > Ok, I get a little closer, but I know receive the message that the
> > > > module is already loaded.
> > > > I am not a Perl coder, but it looks is if the code loads it twice
> > > >
> > > > See this http://mandriva.pastebin.fr/6001
> > >
> > >  Ok, I figured this out.
> >
> > What did you make of it?
> >
> > > But the kolabd has a couple line that may be a problem:
> > > . /etc/rc.status
> >
> > No idea where this come from:
> > kolabd> grep -R "rc\.status" *
> > No result, there is no file in the kolabd module that contains sting. 
> > Neither does perl-kolab.
> I am traveling this week and don't have access to my virtual from outside.
> But here is a link that describes it:
> https://wiki.kolab.org/index.php/Init_Script

I think you can ignore that script.

On Debian with OpenPKG packaghes it looks like this:

#!/bin/sh
##
##  kolab -- startup/shutdown transfer script for OpenPKG /kolab hierarchy
##

[ ! -f /kolab/etc/rc ] && exit 0
case $1 in
    start ) exec /kolab/etc/rc all start ;;
    stop  ) exec /kolab/etc/rc all stop  ;;
esac


-- 
thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A
Intevation GmbH, Neuer Graben 17, 49074 Osnabrueck - AG Osnabrueck, HR B 18998
Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner




More information about the devel mailing list