cleanup of initrc - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 07e406a370630d7caffd7da7ba18f46831fda348
 (DIR) parent 6a30978f6f39a5ef0135125a75b957e5f95fdab2
 (HTM) Author: anselm@garbe.us <unknown>
       Date:   Sun, 12 Feb 2012 18:33:37 +0100
       
       cleanup of initrc
       Diffstat:
         M etc/initrc                          |       7 -------
       
       1 file changed, 0 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/etc/initrc b/etc/initrc
       @@ -1,14 +1,7 @@
        # General options
       -
        plan9port=$PLAN9
       -#plan9port=/usr/local/plan9
       -
       -# Path, make sure the plan9port /bin directory is included before /bin
       -# Keep '.' in path! It is needed.
        path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
       -
        formatter=(fltr_cache markdown)
        man_formatter=(troff -N -man)
        debug=()
       -
        sitesdir='/var/www/sites'