Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml,v diff -u -N -r1.21.2.6 -r1.21.2.7 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 16 Feb 2005 08:48:59 -0000 1.21.2.6 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/openacs.xml 16 Feb 2005 10:03:26 -0000 1.21.2.7 @@ -332,9 +332,9 @@ Create a database with the same name as our service name, $OPENACS_SERVICE_NAME. [root root]# su - postgres -[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ createdb -E UNICODE -U $OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME +[postgres pgsql]$ createdb -E UNICODE -U $OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME CREATE DATABASE -[$OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME]$ +[postgres pgsql]$ su - postgres createdb -E UNICODE -U $OPENACS_SERVICE_NAME $OPENACS_SERVICE_NAME