Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 7 Mar 2002 06:55:37 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 10 Aug 2002 19:53:50 -0000 1.5 @@ -1,6 +1,10 @@ Install PostgreSQL 7.1.3 + + by Vinod Kurup + + Skip this page if you're not interested in PostgreSQL. @@ -289,7 +293,7 @@ root:~# chkconfig --add postgresql root:~# chkconfig --list postgresql ; You should see: -postgresql 0:off 1:off 2:off 3:on 4:on 5:on 6:off +postgresql 0:off 1:off 2:on 3:on 4:on 5:on 6:off root:~# /etc/rc.d/init.d/postgresql start Starting PostgreSQL: ok root:~# exit @@ -385,3 +389,8 @@ ($Id$) +