diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:29:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-08-28 09:29:56 +0000 |
commit | b26324a97df818179ccaf652278ad22f8abc4b25 (patch) | |
tree | 6ea90b1810b144c88e0ae6f20accbc3889272090 /www/horde-base/files/patch-scripts_sql_README | |
parent | e00f81d6dd85c71e7317c16d1fc140956e9ce280 (diff) |
- Upgrade to 3.0.5;
- Add support for suphp (requested and tested by Maxim Maximov
<mcsi (at) mcsi.pp.ru>).
Notes
Notes:
svn path=/head/; revision=141067
Diffstat (limited to 'www/horde-base/files/patch-scripts_sql_README')
-rw-r--r-- | www/horde-base/files/patch-scripts_sql_README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/horde-base/files/patch-scripts_sql_README b/www/horde-base/files/patch-scripts_sql_README index 6403c0f8e849..4e727f834c0a 100644 --- a/www/horde-base/files/patch-scripts_sql_README +++ b/www/horde-base/files/patch-scripts_sql_README @@ -1,11 +1,11 @@ ---- scripts/sql/README.orig Sat Sep 25 21:55:35 2004 -+++ scripts/sql/README Mon Nov 22 13:19:52 2004 -@@ -77,7 +77,7 @@ +--- scripts/sql/README.orig Wed Apr 27 10:56:42 2005 ++++ scripts/sql/README Tue Jul 12 21:30:49 2005 +@@ -84,7 +84,7 @@ PostgreSQL ~~~~~~~~~~ --# su - postgres (or whatever your database runs as... usually postgres) -+# su - pgsql (or whatever your database runs as... usually pgsql) - $ psql -d template1 -f create.pgsql.sql +- # su - postgres (or whatever your database runs as... usually postgres) ++ # su - pgsql (or whatever your database runs as... usually pgsql) + $ psql -d template1 -f create.pgsql.sql - This script will create a "horde" database and a "horde" user. You + This script will create a ``horde`` database and a ``horde`` user. You should |