From owner-cvs-all Thu Jul 13 16:47:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1DD137BA5E; Thu, 13 Jul 2000 16:47:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02429; Thu, 13 Jul 2000 16:47:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007132347.QAA02429@freefall.freebsd.org> From: Steve Price Date: Thu, 13 Jul 2000 16:47:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/thttpd Makefile ports/www/thttpd/files thttpd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/13 16:47:54 PDT Modified files: www/thttpd Makefile www/thttpd/files thttpd.sh Log: - 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) Revision Changes Path 1.15 +2 -1 ports/www/thttpd/Makefile 1.2 +2 -2 ports/www/thttpd/files/thttpd.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message