From c76056fa494f691f46817d9b5e2efa0913e38284 Mon Sep 17 00:00:00 2001 From: Stanley Lieber Date: Fri, 12 Jun 2020 00:00:09 -0400 Subject: [PATCH] bin/contrib/tcp80: some apps/ may require $USER being set, so do it here. --- bin/contrib/tcp80 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/contrib/tcp80 b/bin/contrib/tcp80 index db40c63..48d0874 100755 --- 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