Host upgrade - debian lenny to squeeze
Mark Berndt
marko at mechtron.com.au
Tue Feb 14 09:51:49 CET 2012
On Tue, 14 Feb 2012 06:46:59 pm Michael Liebl wrote:
> Hi,
>
> I like to upgrade my debian host system from lenny (32bit) to squeeze
> (32bit) with a running kolab openpkg 2.3.4 installation.
>
> Is there anything I have to care of?
>
> Anyone did this step already or other hints?
>
>
>
> Thank you!
Squeeze uses dependency based booting, so your kolab launch script in
/etc/init.d needs some headers or it won't autolaunch
#!/bin/sh
##
## kolab -- startup/shutdown transfer script for OpenPKG /kolab hierarchy
##
### BEGIN INIT INFO
# Provides: kolab
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description:
### END INIT INFO
[ ! -f /kolab/etc/rc ] && exit 0
case $1 in
start ) exec /kolab/etc/rc all start ;;
stop ) exec /kolab/etc/rc all stop ;;
esac
More information about the users
mailing list