[freeside-commits] freeside/FS/bin freeside-setup,1.66,1.67
Ivan,,,
ivan at wavetail.420.am
Tue Feb 24 01:50:46 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv29984/FS/bin
Modified Files:
freeside-setup
Log Message:
bootstrapping issues
Index: freeside-setup
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-setup,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- freeside-setup 15 Aug 2008 19:26:07 -0000 1.66
+++ freeside-setup 24 Feb 2009 09:50:44 -0000 1.67
@@ -3,6 +3,10 @@
#to delay loading dbdef until we're ready
BEGIN { $FS::Schema::setup_hack = 1; }
+#to allow initial insert
+$FS::part_pkg::setup_hack = 1;
+$FS::part_pkg::setup_hack = 1;
+
use strict;
use vars qw($opt_u $opt_d $opt_v);
use Getopt::Std;
More information about the freeside-commits
mailing list