From b919b8311bc5d38e5731d40525c88c54816f4530 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 14 May 1999 11:54:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'. --- databases/postgresql92-server/files/pgsql.sh.tmpl | 25 ----------------------- 1 file changed, 25 deletions(-) delete mode 100644 databases/postgresql92-server/files/pgsql.sh.tmpl (limited to 'databases/postgresql92-server/files/pgsql.sh.tmpl') diff --git a/databases/postgresql92-server/files/pgsql.sh.tmpl b/databases/postgresql92-server/files/pgsql.sh.tmpl deleted file mode 100644 index ed6c54d18839..000000000000 --- a/databases/postgresql92-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $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) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -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' - echo -n ' pgsql' -} -- cgit v1.2.3