From 6cd6eff8f627743e1de3fae6a3e3be1e96096a0f Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 18 Mar 2010 00:04:08 +0000
Subject: [PATCH] updated docs to match new/altered option;  changed default
 port to provide some distance from the default pg port

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15899 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/support-scripts/marc_stream_importer.conf |  2 +-
 Open-ILS/src/support-scripts/marc_stream_importer.pl   | 14 ++++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/Open-ILS/src/support-scripts/marc_stream_importer.conf b/Open-ILS/src/support-scripts/marc_stream_importer.conf
index 696a321b82..329b247aff 100644
--- a/Open-ILS/src/support-scripts/marc_stream_importer.conf
+++ b/Open-ILS/src/support-scripts/marc_stream_importer.conf
@@ -20,7 +20,7 @@ pid_file    /openils/var/run/marc_stream_importer.pid
 ### ports to bind
 # host        127.0.0.1
 # port        localhost:20204
-port       5433 
+port       5544
 
 ### reverse lookups ?
 # reverse_lookups on
diff --git a/Open-ILS/src/support-scripts/marc_stream_importer.pl b/Open-ILS/src/support-scripts/marc_stream_importer.pl
index 16ae88e9fb..9a8973310f 100755
--- a/Open-ILS/src/support-scripts/marc_stream_importer.pl
+++ b/Open-ILS/src/support-scripts/marc_stream_importer.pl
@@ -354,12 +354,14 @@ This script is a L<Net::Server::PreFork> instance for shoving records into Everg
 
 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
 
-- 
2.11.0