From nick@van-laarhoven.org  Tue Aug 18 13:36:24 2009
Return-Path: <nick@van-laarhoven.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C7E8E106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Aug 2009 13:36:24 +0000 (UTC)
	(envelope-from nick@van-laarhoven.org)
Received: from CPSMTPM-EML104.kpnxchange.com (cpsmtpm-eml104.kpnxchange.com [195.121.3.8])
	by mx1.freebsd.org (Postfix) with ESMTP id 5E1418FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Aug 2009 13:36:24 +0000 (UTC)
Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by CPSMTPM-EML104.kpnxchange.com with Microsoft SMTPSVC(7.0.6001.18000);
	 Tue, 18 Aug 2009 15:36:21 +0200
Received: from hind.van-laarhoven.org ([10.66.0.150])
	by uitsmijter.van-laarhoven.org (8.14.3/8.14.3) with ESMTP id n7IDaLfU021297
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Aug 2009 15:36:21 +0200 (CEST)
	(envelope-from nick@van-laarhoven.org)
Received: from nick by hind.van-laarhoven.org with local (masqmail
 0.2.21) id 1MdOrN-6En-00 for <FreeBSD-gnats-submit@freebsd.org>; Tue,
 18 Aug 2009 15:36:21 +0200
Message-Id: <1MdOrN-6En-00@hind.van-laarhoven.org>
Date: Tue, 18 Aug 2009 15:36:21 +0200
From: Nick Hibma <nick@van-laarhoven.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: thttpd does not require a config file, yet it is required in the rc.d script
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137924
>Category:       ports
>Synopsis:       www/thttpd does not require a config file, yet it is required in the rc.d script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 18 13:40:01 UTC 2009
>Closed-Date:    Sun Sep 05 21:12:23 UTC 2010
>Last-Modified:  Sun Sep  5 21:20:01 UTC 2010
>Originator:     Nick Hibma
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD hind.van-laarhoven.org 7.2-STABLE FreeBSD 7.2-STABLE #6 r196180:196225M: Mon Aug 17 14:28:06 CEST 2009 root@hind.van-laarhoven.org:/usr/obj/usr/src/sys/HIND i386

>Description:
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.

>How-To-Repeat:
>Fix:

Remove the line

	required_files=%%PREFIX%%/etc/thttpd.conf

from files/thttpd.sh.in .
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->danfe 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Aug 18 15:15:53 UTC 2009 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137924 
Responsible-Changed-From-To: danfe->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Sep 2 05:25:59 UTC 2010 
Responsible-Changed-Why:  
maintainer timeout (danfe ; 380 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137924 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Sep 5 21:12:22 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137924 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137924: commit references a PR
Date: Sun,  5 Sep 2010 21:12:32 +0000 (UTC)

 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"
 
>Unformatted:
