shithub: werc

Download patch

ref: d3eaff9f386bb119390487ad0e3758999b61903a
parent: 00d4d85c497facc9f801d335c623be9f572e3d5f
author: sl <sl@stanleylieber.com>
date: Thu Feb 11 11:24:49 EST 2016

bin/contrib/rc-httpd/rc-httpd: add $libdir

--- a/bin/contrib/rc-httpd/rc-httpd
+++ b/bin/contrib/rc-httpd/rc-httpd
@@ -1,5 +1,6 @@
 #!/bin/rc
 rc_httpd_dir=/home/sl/www/werc/bin/contrib/rc-httpd
+libdir = $rc_httpd_dir/lib
 path=($PLAN9/bin $rc_httpd_dir/handlers $PATH)
 cgi_path=$PLAN9/bin
 SERVER_PORT=80 # default for CGI scripts, may be overridden by the Host header