From 305930084ffc5ecf552c844c0bf8a7086c8a5e96 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Mon, 4 Jun 2007 17:00:33 +0000 Subject: [PATCH] * modified base/runit/packages/postgresql-run.txt enabled tcp/ip connections by default git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21226 10447126-35f2-4685-b0cf-6dd780d3921f --- base/runit/packages/postgresql-run.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/base/runit/packages/postgresql-run.txt b/base/runit/packages/postgresql-run.txt index 146724b69..b01f2e86c 100644 --- a/base/runit/packages/postgresql-run.txt +++ b/base/runit/packages/postgresql-run.txt @@ -1,8 +1,9 @@ #!/bin/sh -# --- T2-COPYRIGHT-NOTE-BEGIN --- +# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # -# T2 SDE: package/.../runit/packages/postgresql-run.txt +# Filename: package/.../runit/packages/postgresql-run.txt +# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -11,7 +12,7 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. -# --- T2-COPYRIGHT-NOTE-END --- +# --- SDE-COPYRIGHT-NOTE-END --- exec 2>&1 -exec envdir ./env setuidgid postgres D_bindir/postmaster +exec envdir ./env setuidgid postgres D_bindir/postmaster -i