]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- options default to 'no'
authorwrobell <wrobell@pld-linux.org>
Thu, 31 May 2001 16:19:17 +0000 (16:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.sysconfig -> 1.9

postgresql.sysconfig

index d3f27d1b95c1aa8e3df0c64bf965cec80f2e7635..6ea32be9d08d51c9afb2d2c8a97c383fb688aeba 100644 (file)
@@ -7,11 +7,11 @@ POSTGRES_DATA_DIR=/var/lib/pgsql
 # postgres(1) backend options runed by postmaster
 #
 # run postgres(1) bacend in quiet mode
-POSTGRES_QUIET=yes
+POSTGRES_QUIET=no
 
 # Enable listening on TCP port. Without this postmaster responds
 # only on unix socket
-ALLOW_TCP_CONNECTIONS=yes
+ALLOW_TCP_CONNECTIONS=no
 
 # Disable automatic fsync() call after each transac tion. This option
 # improves performance, but an operating system crash while a transaction is
This page took 0.031515 seconds and 4 git commands to generate.