steffen: server/kolab/kolab kolabconf,1.1,1.2 kolabd,1.2,1.3

cvs at intevation.de cvs at intevation.de
Tue May 25 05:22:55 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv9160/kolab/kolab

Modified Files:
	kolabconf kolabd 
Log Message:
fixed

Index: kolabconf
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolabconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabconf	31 Mar 2004 13:23:12 -0000	1.1
+++ kolabconf	25 May 2004 03:22:53 -0000	1.2
@@ -48,6 +48,7 @@
 
 print 'kolabconf - Kolab Configuration Generator
 
+  Copyright (c) 2004  Klaraelvdalens Datakonsult AB
   Copyright (c) 2003  Code Fusion cc
   Copyright (c) 2003  Tassilo Erlewein, Martin Konold, Achim Frank
 

Index: kolabd
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolabd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolabd	24 May 2004 13:00:24 -0000	1.2
+++ kolabd	25 May 2004 03:22:53 -0000	1.3
@@ -1,6 +1,7 @@
 #!@l_prefix@/bin/perl
 
 ##
+##  Copyright (c) 2004  Klaraelvdalens Datakonsult AB
 ##  Copyright (c) 2003  Code Fusion cc
 ##
 ##    Writen by Stuart Bingë  <s.binge at codefusion.co.za>
@@ -98,7 +99,7 @@
         Kolab::log('K', "Forking `$backend' listener");
         $pid = fork;
         if (!defined($pid)) {
-            Kolab::log('K', "Unable to fork `$backend' listener", KOLAB_ERROR);
+	    Kolab::log('K', "Unable to fork `$backend' listener", KOLAB_ERROR);
             exit(1);
         }
 
@@ -107,8 +108,10 @@
             $finished++;
             next;
         }
-
         Kolab::LDAP::Backend::run($backend);
+
+	# exit with 0 status to avoid killing daemon
+	exit(0);
     }
 
     $SIG{'INT'} = \&sigInt;





More information about the commits mailing list