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

Evergreen Git git at git.evergreen-ils.org
Wed Oct 19 16:09:28 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  47d7b67590ec7a7566982ede9c05d10b9ae18947 (commit)
      from  fe4efe2ef44dca5321840f75367313444468ccf6 (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 47d7b67590ec7a7566982ede9c05d10b9ae18947
Author: Dan Scott <dscott at laurentian.ca>
Date:   Wed Oct 19 16:00:58 2011 -0400

    Fix README issues
    
    Martha Driscoll <driscoll at noblenet.org> noted that the
    create_database.sql script wasn't actually targeted by the psql command,
    and also that there was an extraneous <code> tag in the OpenSRF start
    command.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/README b/README
index cb307c5..b6dbe70 100644
--- a/README
+++ b/README
@@ -390,7 +390,7 @@ PostgreSQL 9.0 you can either:
 +
 [source, bash]
 ------------------------------------------------------------------------------
-psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib
+psql -vdb_name=<dbname> -vcontrib_dir=`pg_config --sharedir`/contrib -f create_database.sql
 ------------------------------------------------------------------------------
 
 Then you can issue the `eg_db_config.pl` command as above _without_ the
@@ -416,7 +416,7 @@ Net::Domain::hostfqdn() . "\n";'`, you should not use the `-l` flag.
 +
 [source, bash]
 ------------------------------------------------------------------------------
-osrf_ctl.sh -l -a start_all</code>
+osrf_ctl.sh -l -a start_all
 ------------------------------------------------------------------------------
 +
   ** If you receive the error message `bash: osrf_ctl.sh: command not found`,

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

Summary of changes:
 README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list