ref: ccbcd67836f76870788d6eead75fa1c9b598493c
parent: d9c48e6ee0b670a75d9b61ea42f9148f2bbea60b
author: Stanley Lieber <sl@stanleylieber.com>
date: Tue Feb 9 09:24:05 EST 2016
bin/contrib/tcp80: default log location is /var/log/www
--- 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
--
⑨