[open-ils-commits] [GIT] Evergreen ILS branch master updated. fe3677052a750698b1bb5a3e5c14c1256e8747f3

Evergreen Git git at git.evergreen-ils.org
Wed Sep 7 12:36:29 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  fe3677052a750698b1bb5a3e5c14c1256e8747f3 (commit)
      from  da092a74d90f1289a5f2870b80c75f67e3370f48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe3677052a750698b1bb5a3e5c14c1256e8747f3
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Fri Aug 26 13:56:21 2011 -0400

    Correct pg_config failure in eg_db_config.pl
    
    Missing a =s in getopts config means it becomes a 0 or 1, when it should
    be a string.
    
    The problem only occurs when you are specifying a particular postgresql
    pg_config file (for example, if you have multiple versions of postgresql
    installed).
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/support-scripts/eg_db_config.pl b/Open-ILS/src/support-scripts/eg_db_config.pl
index 7a3c2a8..894f716 100755
--- a/Open-ILS/src/support-scripts/eg_db_config.pl
+++ b/Open-ILS/src/support-scripts/eg_db_config.pl
@@ -194,7 +194,7 @@ GetOptions("create-schema" => \$cschema,
 		"build-db-file=s" => \$build_db_sh,
 		"pg-contrib-dir=s" => \$pg_contribdir,
 		"create-db-sql=s" => \$create_db_sql,
-		"pg-config" => \$pgconfig,
+		"pg-config=s" => \$pgconfig,
 		"admin-user=s" => \$admin_user,
 		"admin-password=s" => \$admin_pw,
 		"service=s" => \@services,

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/support-scripts/eg_db_config.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list