1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/pgbouncer/pkg-plist
Martin Matuska c8e18c63b1 - 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)
2008-08-11 20:09:15 +00:00

6 lines
229 B
Plaintext

bin/pgbouncer
@unexec if cmp -s %D/etc/pgbouncer.ini %D/etc/pgbouncer.ini.sample; then rm -f %D/etc/pgbouncer.ini; fi
etc/pgbouncer.ini.sample
@exec [ -f %B/pgbouncer.ini ] || cp %B/%f %B/pgbouncer.ini
etc/pgbouncer.users.sample