[master] 2c41db8 Make this show under apropos varnish

Federico G. Schwindt fgsch at lodoss.net
Sat May 23 11:54:08 CEST 2015


commit 2c41db83f5c1e8387ea077a140529087f7086a64
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu May 21 21:30:21 2015 +0100

    Make this show under apropos varnish
    
    Reported by wouter-dot-hummelink-at-kpn-dot-com.
    Reword slightly while I'm here. This could use some more love.

diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index 78c3ff2..ccfdce1 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -25,7 +25,7 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 
-$Module directors 3 Backend traffic directors
+$Module directors 3 Varnish Directors Module
 
 DESCRIPTION
 ===========
@@ -36,10 +36,7 @@ The module implements a set of basic load balancing techniques, and
 also serves as an example on how one could extend the load balancing
 capabilities of Varnish.
 
-To enable load balancing you must import this vmod (directors) in your
-VCL::
-
-  import directors;
+To enable load balancing you must import this vmod (directors).
 
 Then you define your backends. Once you have the backends declared you
 can add them to a director. This happens in executed VCL code. If you



More information about the varnish-commit mailing list