add pcrud support to eg_db_config.pl
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Jan 2009 03:03:10 +0000 (03:03 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 25 Jan 2009 03:03:10 +0000 (03:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11944 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/eg_db_config.pl

index 3a7cbc7..5c2a29e 100644 (file)
@@ -173,7 +173,7 @@ GetOptions("create-schema" => \$cschema,
 );
 
 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 @@ SERVICE OPTIONS
         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