richard: server/kolabd/kolabd/dist_conf suse, 1.14, 1.15 kolabsrv.in, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Fri Jan 6 13:24:38 CET 2006


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/dist_conf
In directory doto:/tmp/cvs-serv12790/dist_conf

Modified Files:
	suse kolabsrv.in 
Log Message:
* Makefile.am: added support to install kolabsrv for non openpkg
  based distributions.  kolabsrv is a replacement for the openpkg script
* dist_conf/kolabsrv.in: replaced /bin/bash with @BASH@ and used
  @kolab_rcdir@ for the rc directory
* dist_conf/suse: Updated KOLABRC to use the kolabsrv script



Index: suse
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/suse,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- suse	4 Jan 2006 22:03:59 -0000	1.14
+++ suse	6 Jan 2006 12:24:36 -0000	1.15
@@ -11,7 +11,7 @@
 kolab_susr=root
 
 BASHELL=/bin/bash
-KOLABRC=${sbindir}/kolab
+KOLABRC=${sbindir}/kolabsrv
 PERL=${bindir}/perl
 PHP=${bindir}/php
 

Index: kolabsrv.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/dist_conf/kolabsrv.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabsrv.in	5 Jan 2006 21:45:46 -0000	1.1
+++ kolabsrv.in	6 Jan 2006 12:24:36 -0000	1.2
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!@BASH@
 
 # check if everything is correct
 function check() {
@@ -49,8 +49,7 @@
 fi
 
 PARAM=$3
-#RCDIR=@rc_dir@
-RCDIR=/etc/init.d
+RCDIR=@kolab_rcdir@
 
 for SERVICE in $SERVICES; do
 	check $SERVICE





More information about the commits mailing list