pgbouncer: more fixes for this shitty package
3 files changed, 4 insertions(+), 4 deletions(-) M sr.ht/pgbouncer/APKBUILD M sr.ht/pgbouncer/pgbouncer.initd M sr.ht/pgbouncer/pgbouncer.pre-install
M sr.ht/pgbouncer/APKBUILD => sr.ht/pgbouncer/APKBUILD +1 -1
@@ 2,7 2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=pgbouncer pkgver=1.14.0 pkgrel=2 pkgrel=3 pkgdesc="A lightweight connection pooler for PostgreSQL" url="https://wiki.postgresql.org/wiki/PgBouncer" arch="all"
M sr.ht/pgbouncer/pgbouncer.initd => sr.ht/pgbouncer/pgbouncer.initd +1 -1
@@ 87,6 87,6 @@ get_config() { s/\s*$//; # trim trailing whitespaces s/^['\"](.*)['\"]$/\1/; # remove delimiting quotes p }" "$conffile" \ }" "$cfgfile" \ | grep . || printf '%s\n' "$default" }
M sr.ht/pgbouncer/pgbouncer.pre-install => sr.ht/pgbouncer/pgbouncer.pre-install +2 -2