richard: server/kolabd/kolabd ChangeLog, 1.53, 1.54 kolabquotawarn.in, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Mon Jan 23 22:38:25 CET 2006


Author: richard

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

Modified Files:
	ChangeLog kolabquotawarn.in 
Log Message:
removed \n in error string, seems redundant



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ChangeLog	18 Jan 2006 19:54:43 -0000	1.53
+++ ChangeLog	23 Jan 2006 21:38:23 -0000	1.54
@@ -1,3 +1,6 @@
+2006-01-23 Richard Bos <richard at radoeka.nl>
+	* kolabquotawarn.in: removed \n in error string, seems redundant.
+
 2006-01-18 Richard Bos <richard at radoeka.nl>
 	* dist_conf/suser: add /etc/php.ini to the backup list.
 

Index: kolabquotawarn.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kolabquotawarn.in	11 Jan 2006 20:31:38 -0000	1.7
+++ kolabquotawarn.in	23 Jan 2006 21:38:23 -0000	1.8
@@ -192,7 +192,7 @@
 
 ### Connect to Cyrus
 my $cyrus = Cyrus::IMAP::Admin->new('localhost');
-$cyrus || fatal_exit( 'Unable to connect to local Cyrus admin interface\n' );
+$cyrus || fatal_exit( 'Unable to connect to local Cyrus admin interface' );
 $cyrus->authenticate(
 					 'User'          => $Kolab::config{'cyrus_admin'},
 					 'Password'      => $Kolab::config{'cyrus_admin_pw'},





More information about the commits mailing list