diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-09-04 10:31:54 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-09-04 10:31:54 +0000 |
commit | c0c95ff79e30a1771a2fabe9edf40a732e0f6dc3 (patch) | |
tree | 3be5ce83bdaf3a2766166ae723f983d179038bd8 /www | |
parent | b9a2e3a0b7069f44d53afafd734d2f4fa95999a6 (diff) | |
download | ports-c0c95ff79e30a1771a2fabe9edf40a732e0f6dc3.tar.gz ports-c0c95ff79e30a1771a2fabe9edf40a732e0f6dc3.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/openacs/files/create_sampledb.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openacs/files/create_sampledb.sh.in b/www/openacs/files/create_sampledb.sh.in index 970af95b6965..390071e350a1 100644 --- a/www/openacs/files/create_sampledb.sh.in +++ b/www/openacs/files/create_sampledb.sh.in @@ -42,7 +42,7 @@ if [ "x${POSTGRESQL81}" = "xYES" ]; then echo "You have PostgreSQL 8.1 or greater installed." echo "Your may need to alter your PostgreSQL configuration." echo "You can do this by running the supplied script:" - echo "%%DOCSDIR%%/adjust_pgqsl_conf.sh"; echo "" + echo "%%DOCSDIR%%/adjust_pgsql_conf.sh"; echo "" echo "Alternatively you can follow the instructions at:" echo "http://openacs.org/xowiki/How_to_install_in_Postgres_8.x" echo "****************************************************************" |