commit f90a2757b7be983583063893c26dfbe69a9921dd
parent 85bc592b3a8285f1e1f3bcf6d6e750584c7ac388
Author: uriel@engel.se.cat-v.org <unknown>
Date: Sun, 26 Oct 2008 04:27:27 +0100
Tighten default path setting, this forces us to make references to /usr/bin/ programs explicit, which should help become more portable... it also messes up awk until we can get it into p9p
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/initrc b/etc/initrc
@@ -11,8 +11,8 @@
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
plan9port=$PLAN9
-# Path, make sure the plan9port /bin directory is included before /bin and /usr/bin
-path=(. $plan9port/bin ./bin/ /bin/ /usr/bin)
+# Path, make sure the plan9port /bin directory is included before /bin
+path=($plan9port/bin/ ./bin/ /bin/)
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
sitedir=sites/$site