richard: server/kolabd/kolabd ChangeLog, 1.130, 1.131 kolabquotawarn.in, 1.14, 1.15

cvs at kolab.org cvs at kolab.org
Mon Jan 28 22:44:40 CET 2008


Author: richard

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

Modified Files:
	ChangeLog kolabquotawarn.in 
Log Message:
the quotawarn.db can not be opened on an openSUSE system, as a not-existing
directory is used.  Use the correct autotools variable @kolab_statedir@
instead of @localstatedir@ to obtain the correct behavior.



Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- ChangeLog	16 Dec 2007 20:41:55 -0000	1.130
+++ ChangeLog	28 Jan 2008 21:44:38 -0000	1.131
@@ -1,3 +1,9 @@
+2008-01-28 Richard Bos <richard at radoeka.nl>
+	* kolabquotawarn.in: the quotawarn.db can not be opened on an
+	  openSUSE system, as a not-existing directory is used.  Use the
+	  correct autotools variable @kolab_statedir@ instead of
+	  @localstatedir@ to obtain the correct behavior.
+
 2007-12-16 Richard Bos <richard at radoeka.nl>
 	* dist_conf/suse: the sasl2/smtp.conf location has changed, adapt to this.
 

Index: kolabquotawarn.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolabquotawarn.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- kolabquotawarn.in	8 Oct 2007 15:50:11 -0000	1.14
+++ kolabquotawarn.in	28 Jan 2008 21:44:38 -0000	1.15
@@ -109,7 +109,7 @@
   fatal_exit( "Can't open quotawarning.txt" );
 }
 
-dbmopen( %quotawarn_db, '@localstatedir@/kolab/quotawarn.db', 0666 )
+dbmopen( %quotawarn_db, '@kolab_statedir@/quotawarn.db', 0666 )
   || fatal_exit ('Unable to open quotawarn db');
 
 if( $opt_d ) {





More information about the commits mailing list