diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-10-05 22:10:17 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-15 16:52:33 +0200 |
commit | 2bfe6e3f45c9c3a26b44bdceaff67839504a19de (patch) | |
tree | 4ba5c00147aabaed4931e02d030e330870273e83 /net-proxy/haproxy/files/haproxy.confd | |
parent | app-dicts/qvortaro: Remove references to berlios.de (diff) | |
download | gentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.tar.gz gentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.tar.bz2 gentoo-2bfe6e3f45c9c3a26b44bdceaff67839504a19de.zip |
net-proxy/haproxy: major improvements.
* Move to /run.
* Remove commented USE_LINUX_SPLICE since declaration is implicit.
* Remove commented USE_LINUX_TPROXY since declaration is implicit.
* Keep lua for live ebuild.
Gentoo-Bug: https://bugs.gentoo.org/332633
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2486
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/files/haproxy.confd')
-rw-r--r-- | net-proxy/haproxy/files/haproxy.confd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/haproxy/files/haproxy.confd b/net-proxy/haproxy/files/haproxy.confd index 5a989a776749..30739eb8bf23 100644 --- a/net-proxy/haproxy/files/haproxy.confd +++ b/net-proxy/haproxy/files/haproxy.confd @@ -9,6 +9,6 @@ HAPROXY_OPTS="" # For more information on how to use that feature please have a look at the # "seamless_reload.txt" documentation file (requires net-proxy/haproxy[examples]) #reload_seamless() { -# checkpath -d -m 0700 haproxy:haproxy "/var/run/haproxy/" -# socat /var/run/haproxy/socket - <<< "show servers state" > /var/run/haproxy/global.state +# checkpath -d -m 0700 haproxy:haproxy "/run/haproxy/" +# socat /run/haproxy/socket - <<< "show servers state" > /run/haproxy/global.state #} |