Merge with git+ssh://git.catalyst.net.nz/var/git/rscds.git

This commit is contained in:
Andrew McMillan 2006-12-21 18:54:29 +13:00
commit d75bccb4bc
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -113,7 +113,7 @@ su postgres -c createuser --no-createdb --no-createrole general
<p>To create the database itself, run the script:</p>
<pre>
dba/create_database.sh
dba/create-database.sh
</pre>
<p>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.</p>
<?php
include("inc/page-footer.php");
?>
?>