From 861994e7a0595418fe54191ce90c906c78fbdd5f Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 11 Jun 2003 23:25:24 +0000 Subject: The control script that ships with the postgres port (files/pgsql.sh.tmpl) lacks a parameter in the restart option, causing logs to be send to stdout, instead of the log file. Submitted by: Fernando Schapachnik Approved by: maintainer PR: 53142 Approved by: fjoe (implicit) --- databases/postgresql83-server/files/pgsql.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql83-server') diff --git a/databases/postgresql83-server/files/pgsql.sh.tmpl b/databases/postgresql83-server/files/pgsql.sh.tmpl index 98311c868ac3..0d85d6fba25d 100644 --- a/databases/postgresql83-server/files/pgsql.sh.tmpl +++ b/databases/postgresql83-server/files/pgsql.sh.tmpl @@ -32,7 +32,7 @@ stop) restart) [ -x ${PGBIN}/pg_ctl ] && { - exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl restart -s -m fast" + exec su -l pgsql -c "exec ${PREFIX}/bin/pg_ctl restart -s -m fast -l ${logfile}" } ;; -- cgit v1.2.3