mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b26324a97d
- Add support for suphp (requested and tested by Maxim Maximov <mcsi (at) mcsi.pp.ru>).
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
--- 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
|
|
|
|
This script will create a ``horde`` database and a ``horde`` user. You should
|