]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: mention management.txt in README
authorWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:32:20 +0000 (16:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Oct 2015 14:35:36 +0000 (16:35 +0200)
and in intro.txt as well. Remove references to haproxy-{en,fr}.txt.

README
doc/intro.txt

diff --git a/README b/README
index a7d411f292c19d2501a8d4857850d4eef40f99e9..b8f4a1850857a0c4203c9770aed9803bb60928f8 100644 (file)
--- a/README
+++ b/README
@@ -424,9 +424,9 @@ There is some documentation in the doc/ directory :
 
            http://cbonte.github.io/haproxy-dconv/configuration-1.5.html
 
-    - haproxy-en.txt / haproxy-fr.txt : these are the old outdated docs. You
-      should never need them. If you do, then please report what you didn't
-      find in the other ones.
+    - management.txt : it explains how to start haproxy, how to manage it at
+      runtime, how to manage it on multiple nodes, how to proceed with seamless
+      upgrades.
 
     - gpl.txt / lgpl.txt : the copy of the licenses covering the software. See
       the 'LICENSE' file at the top for more information.
index 19b4b1e03eb5130c872246f70d1ea1161846f256..05d3e66df406ca96b8091d065fb78e1cd66b4aeb 100644 (file)
@@ -78,6 +78,10 @@ to the mailing list whose responses are present in these documents.
     ensure you're running with all known fixes how to update it, complements and
     alternatives.
 
+  - management.txt : it explains how to start haproxy, how to manage it at
+    runtime, how to manage it on multiple nodes, how to proceed with seamless
+    upgrades.
+
   - configuration.txt : the reference manual details all configuration keywords
     and their options. It is used when a configuration change is needed.