Browse Source

* 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
early
Nagy Karoly Gabriel 18 years ago
parent
commit
305930084f
  1. 9
      base/runit/packages/postgresql-run.txt

9
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

Loading…
Cancel
Save