[interchange-cvs] interchange - racke modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Tue Apr 16 05:19:00 2002


User:      racke
Date:      2002-04-16 09:18:49 GMT
Modified:  debian   Tag: STABLE_4_8-branch changelog
Modified:           interchange.cron.daily
Log:
added check for expireall to cron job

Revision  Changes    Path
No                   revision



No                   revision



2.10.2.22 +3 -5      interchange/debian/changelog


rev 2.10.2.22, prev_rev 2.10.2.21
Index: changelog
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/changelog,v
retrieving revision 2.10.2.21
retrieving revision 2.10.2.22
diff -u -r2.10.2.21 -r2.10.2.22
--- changelog	19 Mar 2002 16:27:40 -0000	2.10.2.21
+++ changelog	16 Apr 2002 09:18:49 -0000	2.10.2.22
@@ -1,11 +1,9 @@
-interchange (4.8.4-1) unstable; urgency=high
+interchange (4.8.4-1) unstable; urgency=medium
 
   * new upstream release
-  * the reasoning for the high urgency is that almost nothing changed 
-    since the release from the CVS code and I prefer a sane version number
-    in woody
+  * added check for expireall to cron job
   
- -- Stefan Hornburg (Racke) <racke@linuxia.de>  Tue, 19 Mar 2002 17:23:20 +0100
+ -- Stefan Hornburg (Racke) <racke@linuxia.de>  Tue, 16 Apr 2002 11:15:51 +0200
 
 interchange (4.8.3.20020306-1) unstable; urgency=low
 



2.0.2.1   +6 -2      interchange/debian/interchange.cron.daily


rev 2.0.2.1, prev_rev 2.0
Index: interchange.cron.daily
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/interchange.cron.daily,v
retrieving revision 2.0
retrieving revision 2.0.2.1
diff -u -r2.0 -r2.0.2.1
--- interchange.cron.daily	18 Jul 2001 02:20:38 -0000	2.0
+++ interchange.cron.daily	16 Apr 2002 09:18:49 -0000	2.0.2.1
@@ -1,8 +1,8 @@
 #! /bin/sh
 #
-# cron script to expire sessions
+# cron script to expire sessions and temporary files
 #
-# Copyright 2000,2001 by Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright 2000,2001,2002 by Stefan Hornburg (Racke) <racke@linuxia.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
@@ -18,6 +18,10 @@
 # License along with this program; if not, write to the Free
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
+
+if [ ! -x /usr/lib/interchange/bin/expireall ]; then
+	exit 0
+fi
 
 # only accept value from /etc/interchange/init.cfg
 USER=