steffen: server/perl-kolab/Kolab Kolab.pm,1.18,1.19

cvs at intevation.de cvs at intevation.de
Wed Dec 22 14:50:17 CET 2004


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab
In directory doto:/tmp/cvs-serv31484/Kolab

Modified Files:
	Kolab.pm 
Log Message:
moved superlog to Util and made bootstrap and kolabpasswd chown kolab.conf to kolab

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Kolab.pm	8 Sep 2004 15:19:37 -0000	1.18
+++ Kolab.pm	22 Dec 2004 13:50:15 -0000	1.19
@@ -3,7 +3,7 @@
 ##
 ##  Copyright (c) 2003  Code Fusion cc
 ##
-##    Writen by Stuart Bingë  <s.binge at codefusion.co.za>
+##    Writen by Stuart Bing?<s.binge at codefusion.co.za>
 ##
 ##  This  program is free  software; you can redistribute  it and/or
 ##  modify it  under the terms of the GNU  General Public License as
@@ -40,7 +40,6 @@
         &reloadConfig
         &reload
         &log
-        &superLog
     ) ]
 );
 
@@ -418,13 +417,6 @@
     }
 }
 
-sub superLog
-{
-    my $text = shift;
-    #print STDERR "$text\n";
-    syslog('info', "$text");
-}
-
 reloadConfig();
 
 1;
@@ -442,7 +434,7 @@
 
 =head1 AUTHOR
 
-Stuart Bingë, E<lt>s.binge at codefusion.co.zaE<gt>
+Stuart Bing묠E<lt>s.binge at codefusion.co.zaE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 





More information about the commits mailing list