bin/contrib/rc-httpd/: fix default paths and environment variables; create a generic default select-handler; add tcp80, used for launching rc-httpd from listen(8)

This commit is contained in:
Stanley Lieber 2016-02-04 21:47:22 -05:00
parent a99fa8b44f
commit d9c48e6ee0
3 changed files with 13 additions and 173 deletions

5
bin/contrib/tcp80 Executable file
View file

@ -0,0 +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