summaryrefslogtreecommitdiff
path: root/www/thttpd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - On startup, /etc/rc procedure stops when thttpd is installed.Steve Price2000-07-131-2/+2
| | | | | | | | | | | | * ${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)
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-0/+20
options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.