lp 851915: remove last references to /openils/lib/perl5
authorGalen Charlton <gmc@esilibrary.com>
Fri, 16 Sep 2011 14:23:32 +0000 (10:23 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 16 Sep 2011 14:23:32 +0000 (10:23 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Open-ILS/examples/apache/eg.conf
Open-ILS/tests/datasets/README

index 6ea38a7..dbcd0c4 100644 (file)
@@ -14,7 +14,6 @@ ErrorLog /var/log/apache2/error.log
 # ----------------------------------------------------------------------------------
 
 # - needed by CGIs
-SetEnv PERL5LIB /openils/lib/perl5
 PerlRequire /etc/apache2/startup.pl
 PerlChildInitHandler OpenILS::WWW::Reporter::child_init
 PerlChildInitHandler OpenILS::WWW::SuperCat::child_init
index 1e13e4f..6eaa739 100644 (file)
@@ -20,7 +20,7 @@ The following table lists the data sets we have collected for testing purposes.
 =====How to load the test MFHD records=====
 
   - First load the MARC21 records:
-    - PERL5LIB=/openils/lib/perl5/ perl ../../src/extras/import/marc2bre.pl --marctype XML --start 1 --idfield 901 --idsubfield a serials_marc21.xml | perl ../../src/extras/import/pg_loader.pl -or bre -or mrd -or mfr -or mtfe -or mafe -or msfe -or mkfe -or msefe -a mrd -a mfr -a mtfe -a mafe -a msfe -a mkfe -a msefe | psql -U evergreen -h localhost
+    - perl ../../src/extras/import/marc2bre.pl --marctype XML --start 1 --idfield 901 --idsubfield a serials_marc21.xml | perl ../../src/extras/import/pg_loader.pl -or bre -or mrd -or mfr -or mtfe -or mafe -or msfe -or mkfe -or msefe -a mrd -a mfr -a mtfe -a mafe -a msfe -a mkfe -a msefe | psql -U evergreen -h localhost
 
   - Then generate the metarecord map:
     - pgsql -f ../../src/extras/import/quick_metarecord_map.sql
@@ -28,6 +28,6 @@ The following table lists the data sets we have collected for testing purposes.
   - Then process and load the MFHD records - ingest is not used. Adjust the
     contents of serials_lib.map to match your library-to-actor.org_unit.id
     mappings:
-    - PERL5LIB=/openils/lib/perl5/ perl ../../src/extras/import/marc2sre.pl --marctype XML --libmap serials_lib.map --password open-ils serials_mfhd.xml | perl ../../src/extras/import/pg_loader.pl -or sre > mfhd21.sql
+    - perl ../../src/extras/import/marc2sre.pl --marctype XML --libmap serials_lib.map --password open-ils serials_mfhd.xml | perl ../../src/extras/import/pg_loader.pl -or sre > mfhd21.sql
     - psql -f mfhd21.sql