OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Jan-2005 12:54:47
Branch: HEAD Handle: 2005011811544700
Modified files:
openpkg-src/postgresql rc.postgresql
Log:
from release notes PostgreSQL 8: the server now listens on localhost
by default, which eliminates the need for the -i postmaster switch in
many scenarios
Summary:
Revision Changes Path
1.18 +1 -1 openpkg-src/postgresql/rc.postgresql
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/rc.postgresql
============================================================================
$ cvs diff -u -r1.17 -r1.18 rc.postgresql
--- openpkg-src/postgresql/rc.postgresql 7 Dec 2004 19:57:37 -0000
1.17
+++ openpkg-src/postgresql/rc.postgresql 18 Jan 2005 11:54:47 -0000
1.18
@@ -19,7 +19,7 @@
postgresql_pgpool="no"
%common
- postgresql_opts="-i -h $postgresql_socket_inet -k
$postgresql_socket_unix"
+ postgresql_opts="-h $postgresql_socket_inet -k $postgresql_socket_unix"
postgresql_opts="$postgresql_opts $postgresql_flags"
postgresql_log_file="@l_prefix@/var/postgresql/run/postgresql.log"
postgresql_slony1_pidfile="@l_prefix@/var/postgresql/run/slon.pid"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]