shithub: werc

Download patch

ref: 41e6c2f0a4d3f63ef8dfa80531fc3f297db41c9d
parent: a6c5cabea6297b88ef678451f15a8b7153351244
author: uriel <uriel@suckless.org>
date: Tue Sep 16 22:40:24 EDT 2008

Use plan9port var so we can set the location of p9p without having to change the $path

--- a/etc/initrc
+++ b/etc/initrc
@@ -11,7 +11,7 @@
 plan9port=$PLAN9
 
 # Path, make sure the plan9port /bin directory is included before /bin and /usr/bin
-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., example.com)
 sitedir=sites/$site