Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 16:47:54 -0700 (PDT)
From:      Steve Price <steve@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/thttpd Makefile ports/www/thttpd/files thttpd.sh
Message-ID:  <200007132347.QAA02429@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <matusita@jp.freebsd.org>
  Reviewed by:	Anders Nordby <anders@fix.no> (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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007132347.QAA02429>