ref: e1ab0fd0801189ee622fb24a1a155ed1768c00a7
parent: edff6e771f1224a7b615e8db03e78cc61fc81330
author: Stanley Lieber <sl@stanleylieber.com>
date: Sun Jun 14 18:28:55 EDT 2020
bin/contrib/tcp80: plan9port does not include 9front utilities used by rc-httpd. set $PATH here to include replacement utilities from bin/contrib.
--- a/bin/contrib/tcp80
+++ b/bin/contrib/tcp80
@@ -1,5 +1,7 @@
#!/bin/rc
# For use with listen(8).
# Change paths to match your system.
-PLAN9=/usr/local/plan9front
+# Eitdit rc-httpd/rc-httpd to match your system.
+PLAN9=/usr/local/plan9
+PATH=($PATH /home/sl/www/werc/bin/contrib)
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
--
⑨