diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2023-12-18 16:01:04 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2023-12-18 16:01:33 +0100 |
commit | f19cc4e0e26fdc341b85ee8921c25586e7c3af40 (patch) | |
tree | 4b47e0c81bea4964d1014299c179fb2cef04407d /net-proxy | |
parent | dev-db/influxdb: SuboptimalCratesURICall fix on 2.7.3 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-proxy/haproxy/files/haproxy.initd-r8 | 2 |
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 $? } |