From ccbcd67836f76870788d6eead75fa1c9b598493c Mon Sep 17 00:00:00 2001 From: Stanley Lieber Date: Tue, 9 Feb 2016 14:24:05 -0500 Subject: [PATCH] bin/contrib/tcp80: default log location is /var/log/www --- bin/contrib/tcp80 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/contrib/tcp80 b/bin/contrib/tcp80 index 92ece1c..437432a 100755 --- a/bin/contrib/tcp80 +++ b/bin/contrib/tcp80 @@ -1,5 +1,5 @@ #!/bin/rc # For use with listen(8). # Change rc-httpd path to match your system. -# Change /dev/null to location of logfile. -exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/dev/null +# Change /var/log/www to location of logfile. +exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/www