summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2023-12-18 16:01:04 +0100
committerChristian Ruppert <idl0r@gentoo.org>2023-12-18 16:01:33 +0100
commitf19cc4e0e26fdc341b85ee8921c25586e7c3af40 (patch)
tree4b47e0c81bea4964d1014299c179fb2cef04407d /net-proxy/haproxy/files
parentdev-db/influxdb: SuboptimalCratesURICall fix on 2.7.3 (diff)
downloadgentoo-f19cc4e0e26fdc341b85ee8921c25586e7c3af40.tar.gz
gentoo-f19cc4e0e26fdc341b85ee8921c25586e7c3af40.tar.bz2
gentoo-f19cc4e0e26fdc341b85ee8921c25586e7c3af40.zip
net-proxy/haproxy: Use the full commandline when checking the config
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/files')
-rw-r--r--net-proxy/haproxy/files/haproxy.initd-r82
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/files/haproxy.initd-r8 b/net-proxy/haproxy/files/haproxy.initd-r8
index 4994c28b42d5..44d8bf64e3b3 100644
--- a/net-proxy/haproxy/files/haproxy.initd-r8
+++ b/net-proxy/haproxy/files/haproxy.initd-r8
@@ -44,7 +44,7 @@ checkconfig() {
done
ebegin "Checking ${CONFIGS}"
- $command -q -c $configs $HAPROXY_OPTS
+ $command -q -c $command_args
eend $?
}