[freeside-commits] freeside/FS/bin freeside-daily,1.28,1.29
Ivan,,,
ivan at wavetail.420.am
Sat Apr 25 15:42:42 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv2199/bin
Modified Files:
freeside-daily
Log Message:
add dry run to multi-process mode for testing, RT#4412
Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- freeside-daily 17 Apr 2009 19:20:00 -0000 1.28
+++ freeside-daily 25 Apr 2009 22:42:40 -0000 1.29
@@ -6,7 +6,7 @@
&untaint_argv; #what it sounds like (eww)
use vars qw(%opt);
-getopts("p:a:d:vl:sy:nmk", \%opt);
+getopts("p:a:d:vl:sy:nmrk", \%opt);
my $user = shift or die &usage;
adminsuidsetup $user;
@@ -61,7 +61,7 @@
=head1 SYNOPSIS
- freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -k ] user [ custnum custnum ... ]
+ freeside-daily [ -d 'date' ] [ -y days ] [ -p 'payby' ] [ -a agentnum ] [ -s ] [ -v ] [ -l level ] [ -m ] [ -r ] [ -k ] user [ custnum custnum ... ]
=head1 DESCRIPTION
@@ -95,6 +95,8 @@
-m: Experimental multi-process mode uses the job queue for multi-process and/or multi-machine billing.
+ -r: Multi-process mode dry run option
+
-k: skip notify_flat_delay and vacuum
user: From the mapsecrets file - see config.html from the base documentation
More information about the freeside-commits
mailing list