shithub: werc

Download patch

ref: edff6e771f1224a7b615e8db03e78cc61fc81330
parent: 37e2d06b1ad70d1170edf5dad5e1caf518e3adab
author: Stanley Lieber <sl@stanleylieber.com>
date: Fri Jun 12 18:17:58 EDT 2020

bin/contrib/tcp80: set $PLAN9 here.

--- a/bin/contrib/tcp80
+++ b/bin/contrib/tcp80
@@ -1,4 +1,5 @@
 #!/bin/rc
 # For use with listen(8).
 # Change paths to match your system.
+PLAN9=/usr/local/plan9front
 exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
--