Index: openacs-4/packages/acs-core-docs/www/files/postgresql.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/postgresql.txt,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-core-docs/www/files/postgresql.txt 1 Feb 2002 17:12:18 -0000 1.1 +++ openacs-4/packages/acs-core-docs/www/files/postgresql.txt 30 Dec 2006 11:29:51 -0000 1.2 @@ -76,7 +76,7 @@ ;; restart) echo -n "Restarting PostgreSQL: " - su - $PGUSER -c "$DAEMON restart -D '$PGDATA' -s -m fast" + su - $PGUSER -c "$DAEMON restart -D '$PGDATA' -s -m fast -l $PGLOG" echo "ok" ;; status)