shithub: werc

Download patch

ref: 52d7d4334228b60f4111763dd00f1da0cec3ff64
parent: c046dd4f8f183241ca2d5be48e4646b8cc8230bd
author: Stanley Lieber <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
--