diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-21 07:16:27 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1999-07-21 07:16:27 +0000 |
commit | 20d25216414d1378d00f9bc611a88d3c9356586a (patch) | |
tree | 599112ccfda10c337ddbb8bf1ce6d81551df92b6 /databases/postgresql81-server/files | |
parent | Fix formatting glitch in job status output. (diff) |
Update postgresql to 6.5.1
maintenance release with bugfixes
Thanks for the complete submission !
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=20294
Diffstat (limited to 'databases/postgresql81-server/files')
-rw-r--r-- | databases/postgresql81-server/files/pgsql.sh.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql81-server/files/pgsql.sh.tmpl b/databases/postgresql81-server/files/pgsql.sh.tmpl index ed6c54d18839..ca18a0465f98 100644 --- a/databases/postgresql81-server/files/pgsql.sh.tmpl +++ b/databases/postgresql81-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' } |