diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-03 18:26:54 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-10-03 18:26:54 +0000 |
commit | e0f099c73b99de69f32858899d9463006571aa73 (patch) | |
tree | 5243a5653c2af6a7700d5b3c6a84b9e1abe1a7f4 /databases/postgresql80-server/files/pgsql.sh.tmpl | |
parent | 8f5d33e0f1106b4b95155ee6f215edec281f74e6 (diff) | |
download | ports-e0f099c73b99de69f32858899d9463006571aa73.tar.gz ports-e0f099c73b99de69f32858899d9463006571aa73.zip |
Notes
Diffstat (limited to 'databases/postgresql80-server/files/pgsql.sh.tmpl')
-rw-r--r-- | databases/postgresql80-server/files/pgsql.sh.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql80-server/files/pgsql.sh.tmpl b/databases/postgresql80-server/files/pgsql.sh.tmpl index 7321cf4f4723..35fba3937698 100644 --- a/databases/postgresql80-server/files/pgsql.sh.tmpl +++ b/databases/postgresql80-server/files/pgsql.sh.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -# $Id$ +# $Id: pgsql.sh.tmpl,v 1.1 1997/10/03 14:13:35 andreas Exp $ # pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) @@ -14,8 +14,8 @@ [ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib [ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster - -D!!PREFIX!!/pgsql/data + su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster \ + -D!!PREFIX!!/pgsql/data \ -S -o -F > !!PREFIX!!/pgsql/errlog' & echo -n ' pgsql' } |