diff options
author | Martin Matuska <mm@FreeBSD.org> | 2008-08-11 20:09:15 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2008-08-11 20:09:15 +0000 |
commit | c8e18c63b1c9ebccafda95775be503ce65cecb7f (patch) | |
tree | d9207416c469167b5ad0a18f061e6a44e0380fea /UPDATING | |
parent | 1115f16ecf876c1e7cdbbe47578fe277ebdcf571 (diff) |
- Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements
PR: ports/126454
Submitted by: mm
Approved by: skv (maintainer)
Notes
Notes:
svn path=/head/; revision=218419
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080812: + AFFECTS: users of databases/pgbouncer + AUTHOR: mm@FreeBSD.org + + Starting with port version 1.2.3, pgbouncer does not run as root anymore. + If you are upgrading from earlier versions, please update your configuration + in ${PREFIX}/etc/pgbouncer.ini to use log and pid file paths owned by the + newly created pgbouncer user (or customize for a different user yourself). + + Default logfile: /var/log/pgbouncer/pgbouncer.log + Default pidfile: /var/run/pgbouncer/pgbouncer.pid + 20080808 AFFECTS: users of chinese/phpbb-tw AUTHOR: chinsan@FreeBSD.org |