From 0ef4358699a7c26f1e088a8a5b95d5278c501373 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 5 Mar 2007 20:41:54 +0000 Subject: [PATCH] applying spelling fixes and making db names/passwords match accross default config files thanks to patch by Dan Scott. Thanks, Dan! git-svn-id: svn://svn.open-ils.org/ILS/trunk@7028 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/openils.xml.example | 2 +- OpenSRF/examples/opensrf_core.xml.example | 2 +- install.conf.default | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Open-ILS/examples/openils.xml.example b/Open-ILS/examples/openils.xml.example index 5ba70cfd78..941e5c0e64 100644 --- a/Open-ILS/examples/openils.xml.example +++ b/Open-ILS/examples/openils.xml.example @@ -47,7 +47,7 @@ Example opensrf config file for OpenILS postgres - + /openils/var/reporter/output /openils/var/data/report-success /openils/var/data/report-fail diff --git a/OpenSRF/examples/opensrf_core.xml.example b/OpenSRF/examples/opensrf_core.xml.example index 7d408491f3..5222d67ed1 100644 --- a/OpenSRF/examples/opensrf_core.xml.example +++ b/OpenSRF/examples/opensrf_core.xml.example @@ -62,7 +62,7 @@ - true diff --git a/install.conf.default b/install.conf.default index faee21a474..bbfb70abf3 100644 --- a/install.conf.default +++ b/install.conf.default @@ -15,7 +15,6 @@ # -------------------------------------------------------------------- - # -------------------------------------------------------------------- # Build targets. Options include: # @@ -33,7 +32,7 @@ # openils_db - installs the database schemas # openils_reporter - installs the base of OpenILS Reporter # -# evergreen_cor - builds core Evergreen components (does not build evergreen_xul_client!) +# evergreen_core - builds core Evergreen components (does not build evergreen_xul_client!) # evergreen_xul_client - client XUL application # # When running the server components of OpenSRF/OpenILS, the simplest @@ -48,7 +47,7 @@ TARGETS=("opensrf_all" "openils_core" "openils_web" "evergreen_core"); # -------------------------------------------------------------------- # Global install prefix. Binaries will be installed into PREFIX/bin, -# libraries will be installed into PERFIX/lib, etc. The user +# libraries will be installed into PREFIX/lib, etc. The user # running 'install.sh install' must have write permissions to PREFIX # -------------------------------------------------------------------- PREFIX="/openils/"; @@ -113,8 +112,8 @@ EVERGREENDIR="Evergreen/"; DBDRVR="Pg"; DBHOST="127.0.0.1"; DBPORT="5432"; -DBNAME="demo-dev"; +DBNAME="evergreen"; DBUSER="postgres"; DBVER="82"; -DBPW=""; +DBPW="postgres"; -- 2.11.0