summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2023-08-21 19:02:17 +0200
committerChristian Ruppert <idl0r@gentoo.org>2023-08-21 19:02:27 +0200
commit031545bda42452b21874a77a8d939f7de9a0c134 (patch)
treef765f327cd887bdbe2538b6c927739d06f409c18 /net-proxy/haproxy
parentnet-proxy/haproxy: Cleanup 2.2.x (diff)
downloadgentoo-031545bda42452b21874a77a8d939f7de9a0c134.tar.gz
gentoo-031545bda42452b21874a77a8d939f7de9a0c134.tar.bz2
gentoo-031545bda42452b21874a77a8d939f7de9a0c134.zip
net-proxy/haproxy: Cleanup old confd
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy')
-rw-r--r--net-proxy/haproxy/files/haproxy.confd14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-proxy/haproxy/files/haproxy.confd b/net-proxy/haproxy/files/haproxy.confd
deleted file mode 100644
index 30739eb8bf23..000000000000
--- a/net-proxy/haproxy/files/haproxy.confd
+++ /dev/null
@@ -1,14 +0,0 @@
-# HAProxy config file(s), space separated
-#CONFIGS="/etc/haproxy/haproxy.cfg"
-
-# Additional HAProxy command line options
-HAPROXY_OPTS=""
-
-# If you want to make use ot the new seamless reload you can just write your own
-# reload_seamless function here. It will be called by the init script.
-# 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 "/run/haproxy/"
-# socat /run/haproxy/socket - <<< "show servers state" > /run/haproxy/global.state
-#}