stuart: devel/kolab/Kolab/LDAP/Backend slurpd.pm,1.1.1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed May 12 15:12:37 CEST 2004


Author: stuart

Update of /kolabrepository/devel/kolab/Kolab/LDAP/Backend
In directory doto:/tmp/cvs-serv24022/Kolab/LDAP/Backend

Modified Files:
	slurpd.pm 
Log Message:
Added pointer to COPYING for licensing details
Changed $config{'prefix'} to $config{'kolab_root'}
Updated daemon for the new template stuff


Index: slurpd.pm
===================================================================
RCS file: /kolabrepository/devel/kolab/Kolab/LDAP/Backend/slurpd.pm,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- slurpd.pm	3 May 2004 14:04:04 -0000	1.1.1.1
+++ slurpd.pm	12 May 2004 13:12:34 -0000	1.2
@@ -1,29 +1,27 @@
 package Kolab::LDAP::Backend::slurpd;
 
-##
-##  Copyright (c) 2003  Code Fusion cc
-##
-##    Writen by Stuart Bingë  <s.binge at codefusion.co.za>
-##    Portions based on work by the following people:
-##
-##      (c) 2003  Tassilo Erlewein  <tassilo.erlewein at erfrakon.de>
-##      (c) 2003  Martin Konold     <martin.konold at erfrakon.de>
-##      (c) 2003  Achim Frank       <achim.frank at erfrakon.de>
-##
-##
-##  This  program is free  software; you can redistribute  it and/or
-##  modify it  under the terms of the GNU  General Public License as
-##  published by the  Free Software Foundation; either version 2, or
-##  (at your option) any later version.
-##
-##  This program is  distributed in the hope that it will be useful,
-##  but WITHOUT  ANY WARRANTY; without even the  implied warranty of
-##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-##  General Public License for more details.
-##
-##  You can view the  GNU General Public License, online, at the GNU
-##  Project's homepage; see <http://www.gnu.org/licenses/gpl.html>.
-##
+##########################################################################
+##                                                                      ##
+##  The Kolab Groupware Server                                          ##
+##                                                                      ##
+##    See the file CONTRIBUTORS that was distributed with this program  ##
+##  for copyright information.                                          ##
+##                                                                      ##
+##    This program is free software;  you can redistribute it and / or  ##
+##  modify it  under the  terms of the  GNU General  Public License as  ##
+##  published by the Free Software Foundation; either version 2 of the  ##
+##  License, or (at your option) any later version.                     ##
+##                                                                      ##
+##    This program is  distributed in the hope that it will be useful,  ##
+##  but WITHOUT  ANY WARRANTY;  without even  the implied  warranty of  ##
+##  MERCHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  ##
+##  General Public License for more details.                            ##
+##                                                                      ##
+##    You can view the GNU  General Public License, online, at the GNU  ##
+##  project's  web  site;  see <http://www.gnu.org/licenses/gpl.html>.  ##
+##  The full text of the license is also included in the file COPYING.  ##
+##                                                                      ##
+##########################################################################
 
 use 5.008;
 use strict;
@@ -264,7 +262,7 @@
                 $changes = 0;
                 Kolab::log('SD', 'Change detected w/ no pending LDAP messages; reloading services if needed');
                 Kolab::LDAP::sync;
-                system($Kolab::config{'prefix'} . '/sbin/kolabconf');
+                system($Kolab::config{'kolab_root'} . '/sbin/kolabconf');
             }
 
             Kolab::log('SD', 'Waiting for LDAP updates');





More information about the commits mailing list