[open-ils-commits] r11944 - trunk/Open-ILS/src/support-scripts

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Jan 24 22:03:11 EST 2009


Author: phasefx
Date: 2009-01-24 22:03:10 -0500 (Sat, 24 Jan 2009)
New Revision: 11944

Modified:
   trunk/Open-ILS/src/support-scripts/eg_db_config.pl
Log:
add pcrud support to eg_db_config.pl

Modified: trunk/Open-ILS/src/support-scripts/eg_db_config.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/eg_db_config.pl	2009-01-24 01:49:28 UTC (rev 11943)
+++ trunk/Open-ILS/src/support-scripts/eg_db_config.pl	2009-01-25 03:03:10 UTC (rev 11944)
@@ -173,7 +173,7 @@
 );
 
 if (grep(/^all$/, @services)) {
-	@services = qw/reporter open-ils.cstore open-ils.storage open-ils.reporter-store/;
+	@services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store/;
 }
 
 my $eg_config = File::Spec->catfile($script_dir, '../extras/eg_config');
@@ -263,6 +263,7 @@
         Specify "all" or one or more of the following services to update:
             * reporter
             * open-ils.cstore
+            * open-ils.pcrud
             * open-ils.storage
             * open-ils.reporter-store
     



More information about the open-ils-commits mailing list