Document what you need to change in initrc if you want to use 9base. - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 842f9f756f9bd49436aa03f07fc4594dd3b7947e
 (DIR) parent cbfdc66f64023d867c9e2b97566220244d14b91c
 (HTM) Author: Uriel <u@berlinblue.org>
       Date:   Wed,  5 May 2010 21:57:38 +0000
       
       Document what you need to change in initrc if you want to use 9base.
       Diffstat:
         M etc/initrc                          |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/etc/initrc b/etc/initrc
       @@ -11,6 +11,9 @@
        plan9port=$PLAN9
        #plan9port=/usr/local/plan9
        
       +# If you use 9base, it should point to your 9base root, try for example:
       +#plan9port=/usr/lib/9base # This is the default 9base install path in Debian.
       +
        # 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)