shithub: werc

Download patch

ref: c76056fa494f691f46817d9b5e2efa0913e38284
parent: f220aeee77797ddec336cb108843b11e9e0dda86
author: Stanley Lieber <sl@stanleylieber.com>
date: Thu Jun 11 20:00:09 EDT 2020

bin/contrib/tcp80: some apps/ may require $USER being set, so do it here.

--- a/bin/contrib/tcp80
+++ b/bin/contrib/tcp80
@@ -2,4 +2,5 @@
 # For use with listen(8).
 # Change rc-httpd path to match your system.
 # Change /var/log/www to location of logfile.
+USER=_rc-httpd
 exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
--