steffen: server/kolab/kolab kolabquotawarn,1.1,1.2

cvs at intevation.de cvs at intevation.de
Wed Apr 28 01:56:11 CEST 2004


Author: steffen

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

Modified Files:
	kolabquotawarn 
Log Message:
only warn once a day

Index: kolabquotawarn
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolabquotawarn,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kolabquotawarn	27 Apr 2004 23:55:01 -0000	1.1
+++ kolabquotawarn	27 Apr 2004 23:56:09 -0000	1.2
@@ -50,7 +50,7 @@
 }
 
 my $prefix = $Kolab::config{'prefix'};
-my $warninterval = 5*60; # every 5 minutes (for testing)
+my $warninterval = 60*60*24; # seconds between warnings
 my $warnmessage = '';
 my %quotawarn_db;
 my $warnh = new IO::File "< $prefix/etc/kolab/quotawarning.txt";





More information about the commits mailing list