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:
parent
a99fa8b44f
commit
d9c48e6ee0
3 changed files with 13 additions and 173 deletions
5
bin/contrib/tcp80
Executable file
5
bin/contrib/tcp80
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue