K 10 svn:author V 5 steve K 8 svn:date V 27 2000-07-13T23:47:54.000000Z K 7 svn:log V 530 - 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 Reviewed by: Anders Nordby (maintainer) END