[Kolab-devel] server/doc QIM,1.15.2.9,1.15.2.10 by martin at doto.intevation.de
root at intevation.de
root at intevation.de
Sun Jul 27 17:23:32 CEST 2003
Update of /kolabrepository/server/doc
In directory doto:/tmp/cvs-serv12350
Modified Files:
Tag: KOLAB_1_0
QIM
Log Message:
Martin K.: Improved description of startup script. Added restart feature
Index: QIM
===================================================================
RCS file: /kolabrepository/server/doc/QIM,v
retrieving revision 1.15.2.9
retrieving revision 1.15.2.10
diff -u -d -r1.15.2.9 -r1.15.2.10
--- QIM 27 Jul 2003 13:11:19 -0000 1.15.2.9
+++ QIM 27 Jul 2003 15:23:30 -0000 1.15.2.10
@@ -62,7 +62,11 @@
Now you succeeded in bootstrapping the kolab environment.
You will have a new user kolab in your /etc/passwd.
-4. Replace the following script in /etc/init.d/kolab
+4. Put the following script in /etc/init.d/kolab or wherever your system expects startup scripts.
+Depending on the OS you may require a different location or syntax. Please consult the manual
+of your operating system.
+
+For LSB complient systems the startup script /etc/init.d/kolab looks like
#!/bin/sh
#
@@ -70,8 +74,10 @@
#
[ ! -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 ;;
+ start ) exec /kolab/etc/rc.d/rc.kolab start ;;
+ stop ) exec /kolab/etc/rc.d/rc.kolab stop ;;
+ restart ) $0 stop
+ $0 start ;;
esac
5. Become the kolab user
More information about the devel
mailing list