applying spelling fixes and making db names/passwords match accross default config...
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Mar 2007 20:41:54 +0000 (20:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Mar 2007 20:41:54 +0000 (20:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7028 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/openils.xml.example
OpenSRF/examples/opensrf_core.xml.example
install.conf.default

index 5ba70cf..941e5c0 100644 (file)
@@ -47,7 +47,7 @@ Example opensrf config file for OpenILS
                     <password>postgres</password>
                 </database>
                 <files>
-                    <!-- successfull report outputs go here -->
+                    <!-- successful report outputs go here -->
                     <output_base>/openils/var/reporter/output</output_base>
                     <success_template>/openils/var/data/report-success</success_template>
                     <fail_template>/openils/var/data/report-fail</fail_template>
index 7d40849..5222d67 100644 (file)
@@ -62,7 +62,7 @@
        <!-- The section between <gateway>...</gateway> is a standard OpenSRF C stack config file -->
        <gateway>
 
-        <!-- we consider ourselves to the the "originating" client for requests,
+        <!-- we consider ourselves to be the "originating" client for requests,
             which means we define the log XID string for log traces -->
         <client>true</client>
 
index faee21a..bbfb70a 100644 (file)
@@ -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";