thttpd is completely configurable through the command line, yet rc.d file for it requires /usr/local/etc/thttpd.conf to exist. Below it thttpd_flags is correctly only set if the variable is not yet set. So setting thttpd_enable="YES" thttpd_flags='-p 80 -h 127.0.0.1' should be sufficient to configure thttpd, but it isn't. Fix: Remove the line required_files=%%PREFIX%%/etc/thttpd.conf from files/thttpd.sh.in .
Responsible Changed From-To: freebsd-ports-bugs->danfe Fix synopsis and assign.
Responsible Changed From-To: danfe->pgollucci maintainer timeout (danfe ; 380 days)
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-09-05 21:12:18 UTC FreeBSD ports repository Modified files: www/thttpd Makefile www/thttpd/files thttpd.sh.in Log: - thttpd.conf is not a requirement; the CLI will suffice. PR: ports/137924 Submitted by: Nick Hibma <nick@van-laarhoven.org> Approved by: maintainer timeout (danfe ; 380 days) Revision Changes Path 1.45 +1 -1 ports/www/thttpd/Makefile 1.5 +1 -2 ports/www/thttpd/files/thttpd.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"