aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-02 00:59:03 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-05-02 01:01:45 +0200
commit536fc9dbe00a90566b1d08a7252dbe9b098c3cba (patch)
tree631b7cc0557ac21a3c15def66378e21261bd0fca
parentdd85767efb1182d3d0beca780bd3b9ba9e05d57e (diff)
downloadaports-536fc9dbe00a90566b1d08a7252dbe9b098c3cba.tar.bz2
aports-536fc9dbe00a90566b1d08a7252dbe9b098c3cba.tar.xz
testing/pgbouncer: fix logrotate config
-rw-r--r--testing/pgbouncer/APKBUILD2
-rw-r--r--testing/pgbouncer/pgbouncer.logrotate4
2 files changed, 3 insertions, 3 deletions
diff --git a/testing/pgbouncer/APKBUILD b/testing/pgbouncer/APKBUILD
index 1ee881585d..b1c81c182f 100644
--- a/testing/pgbouncer/APKBUILD
+++ b/testing/pgbouncer/APKBUILD
@@ -55,6 +55,6 @@ package() {
sha512sums="11c89606599f424b34f39a4b072ec6293fea0b14ee52ae4fbc44775e6d83771a22d194f4e8eabe410e0d6a70657508cf1a3b1012543d91873c36f644afb5675d pgbouncer-1.7.2.tar.gz
a6dbfa477c2f0a405e4bf9ee0037165531802366565d0f192931ccd8a7cb3edf9e9b628655e4169592e9370cc71fb73d4424bfd3f20bb5a43eb26a52251e539d pgbouncer.initd
808621351b0f5973427fa22f63128432b00ac20fd25af437e8148dad9e55185775aba612b6ecdd58e4a6f2450b8c7838fcace288845b9b3cd0236bbe168aa574 pgbouncer.confd
-5aa4226ab2d168a88a3b64deb114d3901431d2afb2571cf8ae411c989549bc465ee05104a6863cc8fce6d769d809b4ab536973280f50cb4415c6698c34e1a5b8 pgbouncer.logrotate
+83b869466b59c1b1d6e316a9368f725181128c1f5a7af230e3fa9c58ccda1bc097db182806c1c51a5121692791ec83d9eb0f5718fb3031f521bb537001153e2d pgbouncer.logrotate
fdee368ce422960ebc06547765a7e5eabc59d10ae8730948be1c5f9083adcac3aa373f41fd9972d1b9ef635a062f1e021d787085a5beb5d80edf4203f284c7c4 pgbouncer-dirs.patch
97caf142578f2f9d1500979ce88244554f316f999837707137dc4c3ec6ebc45bcef16678e61fdd1118bf4e26c7df733bd399f4a82b9b5a8e44c3497ab0922524 libressl-2.5.patch"
diff --git a/testing/pgbouncer/pgbouncer.logrotate b/testing/pgbouncer/pgbouncer.logrotate
index 9617eafa66..78b82510d3 100644
--- a/testing/pgbouncer/pgbouncer.logrotate
+++ b/testing/pgbouncer/pgbouncer.logrotate
@@ -2,6 +2,6 @@
missingok
sharedscripts
postrotate
- /etc/init.d/pgbouncer -q reload
+ /etc/init.d/pgbouncer --quiet --ifstarted reload
endscript
-} \ No newline at end of file
+}