[open-ils-commits] r15899 - trunk/Open-ILS/src/support-scripts (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 17 20:04:09 EDT 2010


Author: erickson
Date: 2010-03-17 20:04:08 -0400 (Wed, 17 Mar 2010)
New Revision: 15899

Modified:
   trunk/Open-ILS/src/support-scripts/marc_stream_importer.conf
   trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl
Log:
updated docs to match new/altered option;  changed default port to provide some distance from the default pg port

Modified: trunk/Open-ILS/src/support-scripts/marc_stream_importer.conf
===================================================================
--- trunk/Open-ILS/src/support-scripts/marc_stream_importer.conf	2010-03-18 00:04:07 UTC (rev 15898)
+++ trunk/Open-ILS/src/support-scripts/marc_stream_importer.conf	2010-03-18 00:04:08 UTC (rev 15899)
@@ -20,7 +20,7 @@
 ### ports to bind
 # host        127.0.0.1
 # port        localhost:20204
-port       5433 
+port       5544
 
 ### reverse lookups ?
 # reverse_lookups on

Modified: trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl	2010-03-18 00:04:07 UTC (rev 15898)
+++ trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl	2010-03-18 00:04:08 UTC (rev 15899)
@@ -354,13 +354,15 @@
 
 The only required option is --password
 
- --password =<eg_password>
- --user     =<eg_username>   default: admin
- --source   =<bib_source>    default: 1         Integer
- --merge    =<i>             default: 0
- --tempdir  =</temp/dir/>    default: from L<opensrf.conf> <open-ils.vandelay/app_settings/databases/importer>
- --source   =<i>             default: 1
+ --password         =<eg_password>
+ --user             =<eg_username>  default: admin
+ --source           =<bib_source>   default: 1         Integer
+ --merge-profile    =<i>            default: 0
+ --tempdir          =</temp/dir/>   default: from L<opensrf.conf> <open-ils.vandelay/app_settings/databases/importer>
+ --source           =<i>            default: 1
+ --import-by-queue  =<i>            default: 0
 
+
 =head2 Old style: --noqueue and associated options
 
 To bypass vandelay queue processing and push directly into the database (as the old style)



More information about the open-ils-commits mailing list