commit: f19cc4e0e26fdc341b85ee8921c25586e7c3af40
Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 15:01:04 2023 +0000
Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 15:01:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19cc4e0
net-proxy/haproxy: Use the full commandline when checking the config
Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
net-proxy/haproxy/files/haproxy.initd-r8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 $?
}