diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-21 07:16:27 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-21 07:16:27 +0000 |
commit | 2f70f343e1be4015555c02bde1bcad69fd70717f (patch) | |
tree | 79236b34b7555d9c03ef3103f7f79c5ae44f5607 /databases/postgresql73/files | |
parent | 17ba5a0d923714b84a57eacbd775e375a52af47a (diff) | |
download | FreeBSD-ports-2f70f343e1be4015555c02bde1bcad69fd70717f.zip FreeBSD-ports-2f70f343e1be4015555c02bde1bcad69fd70717f.tar.gz |
Update postgresql to 6.5.1
maintenance release with bugfixes
Thanks for the complete submission !
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'databases/postgresql73/files')
-rw-r--r-- | databases/postgresql73/files/pgsql.sh.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/files/pgsql.sh.tmpl b/databases/postgresql73/files/pgsql.sh.tmpl index ed6c54d..ca18a04 100644 --- a/databases/postgresql73/files/pgsql.sh.tmpl +++ b/databases/postgresql73/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' } |