[freeside-commits] freeside/FS/bin freeside-daily,1.31,1.32
Ivan,,,
ivan at wavetail.420.am
Fri Jul 17 15:26:40 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv30598/FS/bin
Modified Files:
freeside-daily
Log Message:
commit pkgpart exclusion for billing run, RT#5495
Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- freeside-daily 26 Jun 2009 06:55:07 -0000 1.31
+++ freeside-daily 17 Jul 2009 22:26:38 -0000 1.32
@@ -7,7 +7,7 @@
&untaint_argv; #what it sounds like (eww)
use vars qw(%opt);
-getopts("p:a:d:vl:sy:nmrk", \%opt);
+getopts("p:a:d:vl:sy:nmrkg:", \%opt);
my $user = shift or die &usage;
adminsuidsetup $user;
@@ -31,8 +31,9 @@
use FS::Cron::notify qw(notify_flat_delay);
notify_flat_delay(%opt);
- use FS::Cron::vacuum qw(vacuum);
- vacuum();
+ #Pg 8.1+ auto-vaccums, 7.4 w/postgresql-contrib
+ #use FS::Cron::vacuum qw(vacuum);
+ #vacuum();
}
@@ -93,6 +94,9 @@
-a: Only process customers with the specified agentnum
+ -g: Don't process the provided pkgpart (or pkgparts, specified as a comma-
+ separated list).
+
-s: re-charge setup fees
-v: enable debugging
More information about the freeside-commits
mailing list