[freeside-commits] freeside/FS/bin freeside-daily, 1.23.2.3, 1.23.2.4

Ivan,,, ivan at wavetail.420.am
Mon Dec 28 17:40:54 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv29779

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	freeside-daily 
Log Message:
don't skip vacuuming when using -k, RT#5258

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -u -d -r1.23.2.3 -r1.23.2.4
--- freeside-daily	25 Apr 2009 22:50:37 -0000	1.23.2.3
+++ freeside-daily	29 Dec 2009 01:40:51 -0000	1.23.2.4
@@ -17,15 +17,13 @@
 #what to do about the below when using -m?  that is the question.
 
 unless ( $opt{k} ) {
-
   use FS::Cron::notify qw(notify_flat_delay);
   notify_flat_delay(%opt);
-
-  use FS::Cron::vacuum qw(vacuum);
-  vacuum();
-
 }
 
+use FS::Cron::vacuum qw(vacuum);
+vacuum();
+
 #you can skip this just by not having the config
 use FS::Cron::backup qw(backup_scp);
 backup_scp();
@@ -93,7 +91,7 @@
 
   -r: Multi-process mode dry run option
 
-  -k: skip notify_flat_delay and vacuum
+  -k: skip notify_flat_delay
 
 user: From the mapsecrets file - see config.html from the base documentation
 



More information about the freeside-commits mailing list