ref: e79d0d97db492f48e2138683438d139ccd07331f
parent: 0874c8e598681eb6e7bc9112e62036445b63140d
author: Uriel <u@berlinblue.org>
date: Wed May 5 17:57:38 EDT 2010
Document what you need to change in initrc if you want to use 9base.
--- 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)