Introduction
Introduction Statistics Contact Development Disclaimer Help
Use plan9port var so we can set the location of p9p without having to change th…
git clone git://git.suckless.org/swerc
Log
Files
Refs
README
---
commit 62a2b76aab177057856c630b493fb162ac5ae032
parent afcf4db9613590d8d3f5568c5e09d685852120f3
Author: [email protected] <unknown>
Date: Wed, 17 Sep 2008 02:40:24 +0200
Use plan9port var so we can set the location of p9p without having to change th…
Diffstat:
M etc/initrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/etc/initrc b/etc/initrc
@@ -11,7 +11,7 @@
plan9port=$PLAN9
# Path, make sure the plan9port /bin directory is included before /bin and /us…
-path=(. $PLAN9/bin ./bin/ /bin/ /usr/bin)
+path=(. $plan9port/bin ./bin/ /bin/ /usr/bin)
# Directory where your site(s) live ($site here is your domain name, eg., exam…
sitedir=sites/$site
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.