<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,15 +1,17 @@
 HAProxy
 =======
 
-This are just some scripts that are used to split up the monolithic configuration file of haproxy into chunks.
+These are just some scripts that are used to split up the monolithic configuration file of haproxy into chunks.
 
-haproxy-config
---------------
+haproxy-config.py
+-----------------
 
 This is a python script that merges the configuration of haproxy which is layed out in a defined directory structure. It is intended to be run inside an init script.
 
+This script expects a fixed directory structure. For more information about that have a look into the comments on top of the script.
+
 haproxy-init
-____________
+------------
 
 This script is an example init script for haproxy. It is adapted from the script which is provided by the [haproxy package for debian](http://packages.debian.org/lenny/haproxy). The original author of the script is Arnaud Cornet.
 
@@ -18,5 +20,6 @@ Getting started
 ---------------
 
 1. Copy `haproxy-config` into a directory of your choice. I recommend something like `/usr/local/sbin/haproxy-config`
-2. copy haproxy-init into your `/etc/init.d` directory. You should rename it to something like `haproxy`
-3. Adjust the variables on top of the init script to match your local installation.
\ No newline at end of file
+2. Copy haproxy-init into your `/etc/init.d` directory. You should rename it to something like `haproxy`.
+3. Adjust the variables on top of the init script to match your local installation.
+4. Run `chmod +x /etc/init.d/haproxy /usr/local/sbin/haproxy-config.py` (adjust as needed)
\ No newline at end of file</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@ PIDFILE=/var/run/haproxy.pid
 CONFIG=/etc/haproxy/haproxy.cfg
 CONFIG_DIR=/etc/haproxy
 HAPROXY=/usr/local/sbin/haproxy
-HAPROXY_CONFIG=/usr/local/sbin/haproxy-config
+HAPROXY_CONFIG=/usr/local/sbin/haproxy-config.py
 EXTRAOPTS=
 
 test -x $HAPROXY || exit 0</diff>
      <filename>haproxy-init</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>73e25eadc2ca974e6faafebdf285924214d68ec8</id>
    </parent>
  </parents>
  <author>
    <name>finnlabs &#8226; software architects</name>
    <email>hjust@macpro.lan</email>
  </author>
  <url>http://github.com/finnlabs/haproxy/commit/e61adcc0d6aeb2231fbc05b9121ceb34a7146f37</url>
  <id>e61adcc0d6aeb2231fbc05b9121ceb34a7146f37</id>
  <committed-date>2009-06-15T05:35:50-07:00</committed-date>
  <authored-date>2009-06-15T05:35:50-07:00</authored-date>
  <message>Fixed some typos</message>
  <tree>7242d97585e106c1fae85851ba9581b6951e954d</tree>
  <committer>
    <name>finnlabs &#8226; software architects</name>
    <email>hjust@macpro.lan</email>
  </committer>
</commit>
