From 36f89aec96a7e05ab98027269654b5437626b6a2 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 21 Apr 1998 21:52:10 +0000 Subject: Upgrade postgresql to version 6.3.2 Many bugfixes and cosmetic changes Changes by Scrappy and me My additional changes: - had to link libpgtcl.so with the crypt library to get rid of the pgaccess error message, that crypt is missing - had to add -i option in the startup script, so that pgaccess is able to connect to the postmaster process - removed all unnecessary patches - updated PLIST Thanks to the postgresql developement team, who did a great job to simplify the postgresql port, by applying the patches and making the autoconf mechanism more consistent. Submitted by: The Hermit Hacker --- databases/postgresql81-server/files/pgsql.sh.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/postgresql81-server/files/pgsql.sh.tmpl') diff --git a/databases/postgresql81-server/files/pgsql.sh.tmpl b/databases/postgresql81-server/files/pgsql.sh.tmpl index 9fd81e4ff367..ed6c54d18839 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.2 1997/10/03 18:26:54 andreas Exp $ +# $Id: pgsql.sh.tmpl,v 1.3 1997/10/05 21:00:49 andreas Exp $ # pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) @@ -19,7 +19,7 @@ [ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib [ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster \ - -S -o -F > !!PREFIX!!/pgsql/errlog' + su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ + -D!!PREFIX!!/pgsql/data > !!PREFIX!!/pgsql/errlog' echo -n ' pgsql' } -- cgit v1.2.3