1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/thttpd/files
Steve Price 143b2d53ee - On startup, /etc/rc procedure stops when thttpd is installed.
* ${PREFIX}/etc/rc.d/thttpd.sh does not return.
  * FIX: invoke thttpd_wrapper as a background process.
- On shutdown, Message "No processes matching ``thttpd_wrapper''" is shown.
  * thttpd_wrapper is actually a shell script, not an executable.
  * FIX: Record the pid of thttpd_wrapper to /var/run.
  * FIX: Use pid-file when killing the wrapper.

Submitted by:	Makoto MATSUSHITA <matusita@jp.freebsd.org>
Reviewed by:	Anders Nordby <anders@fix.no> (maintainer)
2000-07-13 23:47:54 +00:00
..
thttpd.sh - On startup, /etc/rc procedure stops when thttpd is installed. 2000-07-13 23:47:54 +00:00