6 lines
203 B
Bash
Executable File
6 lines
203 B
Bash
Executable File
#!/bin/rc
|
|
# For use with listen(8).
|
|
# Change rc-httpd path to match your system.
|
|
# Change /var/log/www to location of logfile.
|
|
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
|