Blob Blame History Raw
--- pgpool.conf.sample.old	2008-08-12 08:26:07.000000000 +0300
+++ pgpool.conf.sample	2008-08-12 08:27:31.000000000 +0300
@@ -12,16 +12,14 @@
 # Port number for pgpool communication manager
 pcp_port = 9898
 
-# Unix domain socket path.  (The Debian package defaults to
-# /var/run/postgresql.)
-socket_dir = '/tmp'
+# Unix domain socket path.
+socket_dir = '/var/run'
 
 # Unix domain socket path for pgpool communication manager.
-# (Debian package defaults to /var/run/postgresql)
-pcp_socket_dir = '/tmp'
+pcp_socket_dir = '/var/run'
 
-# Unix domain socket path for the backend. Debian package defaults to /var/run/postgresql!
-backend_socket_dir = '/tmp'
+# Unix domain socket path for the backend.
+backend_socket_dir = '/var/run'
 
 # pgpool communication manager timeout. 0 means no timeout, but strongly not recommended!
 pcp_timeout = 10
@@ -54,7 +52,7 @@
 authentication_timeout = 60
 
 # Logging directory
-logdir = '/tmp'
+logdir = '/var/run'
 
 # Replication mode
 replication_mode = false