aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-15 17:14:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-15 14:36:42 -0300
commit246ad4f39daeaad140b6eb50a4c6eeff7ec4c020 (patch)
tree587f7ab9c2cb9598181767f72f5d7b72fb90f835 /community
parent10c4a6ac2ca8eb62de5eac7b10177e09b0abcb26 (diff)
downloadaports-246ad4f39daeaad140b6eb50a4c6eeff7ec4c020.tar.bz2
aports-246ad4f39daeaad140b6eb50a4c6eeff7ec4c020.tar.xz
community/rspamd: fix initd checkconfig
Diffstat (limited to 'community')
-rw-r--r--community/rspamd/APKBUILD4
-rw-r--r--community/rspamd/rspamd.initd5
2 files changed, 3 insertions, 6 deletions
diff --git a/community/rspamd/APKBUILD b/community/rspamd/APKBUILD
index e6910fd834..1a4d6c0b9f 100644
--- a/community/rspamd/APKBUILD
+++ b/community/rspamd/APKBUILD
@@ -6,7 +6,7 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
pkgname=rspamd
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Fast, free and open-source spam filtering system"
url="https://rspamd.com/"
arch="all"
@@ -166,7 +166,7 @@ _mv() {
sha512sums="47d64fdadc1c61642efebe4772add48848a45c8106bf431dacb458d85cdd9bf996ca46bcb75d60cedb15ae72518089e9b3e63a0716d22843f5b9f38d7d86be08 rspamd-2.4.tar.gz
2efe28575c40d1fba84b189bb872860e744400db80dce2f6330be6c6287fb3f46e6511284729b957488bf40bcb9b0952e26df9934f5f138334bd2766075c45cb rspamd.logrotated
-7add88e4bf3508d2a148241cd8db97851a33a7128be75f2a072a029b32b565e9de0299ad614fbda7f70ed54d1b6e2faa305eff3e443e90451abf59dedc1af576 rspamd.initd
+782e1126d32e450a1db0ac822c127b9a763f903093f200bdf603a6a0610a853671b94c89b0bb2d8ebdfb065e0cf62be51c1c7f451e8da34e25f252a276c2b0f3 rspamd.initd
a2003ef0c9d64a44480f59302864a2dfedcbe3a0047fcbb655408bc8aae9014b6ad0ddc6b64d4abeeb21bea0f86678afd30589ac8eed83e07ad7f87710e93702 rspamd.confd
f78208c06f4e7695f034b755f1e625c0600a590d4a0976e3eff9d163f98f9914a95279a765c225ec152a881533ffa39d2b1ac80afc3ceb98e1d7e2bda9c9a86d OSDep_cmake.patch
a8aefee649bf6630339d1d3f2bb20c25ca70b21a8eaa92951e926d0fd4525f1d4ac4cc7ea66ac2b15323cf02c93c759ddf7181502f0d71b21384ced9d88c008e conf-split-workers.patch
diff --git a/community/rspamd/rspamd.initd b/community/rspamd/rspamd.initd
index 21fd105e8d..aaa40428ba 100644
--- a/community/rspamd/rspamd.initd
+++ b/community/rspamd/rspamd.initd
@@ -34,10 +34,7 @@ start_pre() {
checkconfig() {
ebegin "Checking $name configuration"
- $command $command_args \
- -u "${command_user%:*}" \
- -g "${command_user#*:}" \
- --config-test
+ rspamadm configtest
eend $?
}