steffen: server/doc QIM2,1.2,1.3

cvs at intevation.de cvs at intevation.de
Mon Aug 16 15:26:22 CEST 2004


Author: steffen

Update of /kolabrepository/server/doc
In directory doto:/tmp/cvs-serv3410

Modified Files:
	QIM2 
Log Message:
rc script removed as pointed out by Bernhard

Index: QIM2
===================================================================
RCS file: /kolabrepository/server/doc/QIM2,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- QIM2	16 Aug 2004 00:32:09 -0000	1.2
+++ QIM2	16 Aug 2004 13:26:20 -0000	1.3
@@ -66,31 +66,9 @@
 contains a list of everything installed.
 
 New users kolab, kolab-r and kolab-n have been added to /etc/passwd
-and groups with the same names to /etc/group.
-
-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
-#
-## chkconfig: 345 99 01
-# description: starts and stops the Kolab server
-# #
-[ ! -f /kolab/etc/rc.d/rc.kolab ] && exit 0
-case "$1" in
-  start|stop|restart|reload|status)
-    /kolab/bin/openpkg rc all $1
-    ;;
-  *)
-    echo "usage: $0
-    start|stop|restart|reload|status" 1>&2
-    ;;
-esac
+and groups with the same names to /etc/group, and a startup script
+will be created and put in /etc/init.d/kolab or similar place
+depending on your OS.
                                                
 Now continue with section
 ==> "Setup after RPM-Installation"





More information about the commits mailing list