mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c8e18c63b1
- 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)
6 lines
229 B
Plaintext
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
|