From 025fed5f0a34b9bfd960e9eff7dcc760a94d7add Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 21 Dec 2006 17:25:05 +1300 Subject: [PATCH 1/2] Fix the name of the create-database.sh script. It has a hyphen in the name, not an underscore... --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 2d5628e6..fb764883 100644 --- a/INSTALL +++ b/INSTALL @@ -83,7 +83,7 @@ and which will be granted minimum privileges for the application. To create the database itself, run the script: -dba/create_database.sh +dba/create-database.sh Note that this script calls the AWL database scripts as part of itself and it expects them to be located in /usr/share/awl/dba From 6c399d375b22a4661bdd3954e3c73b46d8e2a352 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 21 Dec 2006 17:28:23 +1300 Subject: [PATCH 2/2] Fix create-database.sh name. Turns out the website has the underscore instead of the hyphen as well. --- docs/website/installation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index e505d926..ac7a1d0a 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -113,7 +113,7 @@ su postgres -c createuser --no-createdb --no-createrole general

To create the database itself, run the script:

-dba/create_database.sh
+dba/create-database.sh
 

Note that this script calls the AWL database scripts as part of itself and it expects them to be located in /usr/share/awl/dba @@ -304,4 +304,4 @@ the packaging system, but that change will not happen until early 2007.

\ No newline at end of file +?>