From 20d25216414d1378d00f9bc611a88d3c9356586a Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Wed, 21 Jul 1999 07:16:27 +0000 Subject: Update postgresql to 6.5.1 maintenance release with bugfixes Thanks for the complete submission ! Submitted by: Palle Girgensohn --- databases/postgresql80-server/files/pgsql.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql80-server/files') diff --git a/databases/postgresql80-server/files/pgsql.sh.tmpl b/databases/postgresql80-server/files/pgsql.sh.tmpl index ed6c54d18839..ca18a0465f98 100644 --- a/databases/postgresql80-server/files/pgsql.sh.tmpl +++ b/databases/postgresql80-server/files/pgsql.sh.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: pgsql.sh.tmpl,v 1.3 1997/10/05 21:00:49 andreas Exp $ +# $Id: pgsql.sh.tmpl,v 1.4 1998/04/21 21:51:54 andreas Exp $ # pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) @@ -20,6 +20,6 @@ [ -x !!PREFIX!!/pgsql/bin/postmaster ] && { su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - -D!!PREFIX!!/pgsql/data > !!PREFIX!!/pgsql/errlog' + 2>&1 > !!PREFIX!!/pgsql/errlog' echo -n ' pgsql' } -- cgit v1.2.3