packages: pgpool/pgpool.sysconfig - removed bogus PGPOOLPID (true pidfile i...

gotar gotar at pld-linux.org
Mon Jun 29 16:36:50 CEST 2009


Author: gotar                        Date: Mon Jun 29 14:36:50 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- removed bogus PGPOOLPID (true pidfile is configured in pgpool.conf), better comments

---- Files affected:
packages/pgpool:
   pgpool.sysconfig (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/pgpool/pgpool.sysconfig
diff -u packages/pgpool/pgpool.sysconfig:1.1 packages/pgpool/pgpool.sysconfig:1.2
--- packages/pgpool/pgpool.sysconfig:1.1	Fri Jun 13 23:14:27 2008
+++ packages/pgpool/pgpool.sysconfig	Mon Jun 29 16:36:45 2009
@@ -1,18 +1,16 @@
 # Customized settings for pgpool
-#
+
+# run as user:group
 PGPOOLUID=pgpool
 PGPOOLGID=pgpool
-#
+
+# these are default locations (as well as /etc/pcp.conf)
 PGPOOLCONF=/etc/pgpool.conf
-#
 PGPOOLHBA=/etc/pool_hba.conf
-#
-PGPOOLPID=/var/run/pgpool.pid
-#
+
 PGPOOLLOG=/var/log/pgpool.log
-# Options for pgpool
 
-# -n: don't run in daemon mode. does not detatch control tty
-# -d: debug mode. lots of debug information will be printed
+# Options for pgpool
+# -n: don't run in daemon mode; does not detach control TTY
+# -d: debug mode; lots of debug information will be printed
 #OPTS=" -d -n"
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pgpool/pgpool.sysconfig?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list