From nobody@FreeBSD.org  Fri May 23 15:36:13 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 377A1106567D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2008 15:36:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 210798FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2008 15:36:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4NFYj1k000627
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 May 2008 15:34:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m4NFYjfr000625;
	Fri, 23 May 2008 15:34:45 GMT
	(envelope-from nobody)
Message-Id: <200805231534.m4NFYjfr000625@www.freebsd.org>
Date: Fri, 23 May 2008 15:34:45 GMT
From: Marshal Newrock <marshal@freedombi.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/lighttpd rc file does not allow changing of pidfile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123933
>Category:       ports
>Synopsis:       www/lighttpd rc file does not allow changing of pidfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 23 15:40:00 UTC 2008
>Closed-Date:    Sun Sep 07 14:50:14 UTC 2008
>Last-Modified:  Sun Sep 07 14:50:14 UTC 2008
>Originator:     Marshal Newrock
>Release:        7.0
>Organization:
FreedomBI
>Environment:
FreeBSD sourcevox.freedombi.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
In the lighttpd rc file, pidfile is hardcoded to /var/run/lighttpd.pid.  This is problematic if lighttpd is being run as a non-root user and the pidfile must be put in a location writable by that user.
>How-To-Repeat:

>Fix:
Replace:
pidfile=/var/run/lighttpd.pid

with:
pidfile=${lighttpd_pidfile:-"/var/run/lighttpd.pid"}

to allow setting lighttpd_pidfile in /etc/rc.conf


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 23 15:40:29 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123933: commit references a PR
Date: Sun,  7 Sep 2008 14:49:01 +0000 (UTC)

 mnag        2008-09-07 14:48:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/lighttpd         Makefile 
     www/lighttpd/files   lighttpd.sh.in 
   Added files:
     www/lighttpd/files   patch-mod_proxy_ipv6_support 
   Log:
   - Allow change location of pidfile in rc script [1]
   - Fix dependency of libmemcache [2]
   - Add IPv6 support to mod_proxy [3]
   
   PR:             123933 [1], 124576 [2], 126527 [3]
   Submitted by:   Marshal Newrock <marshal___freedombi.com> [1],
                   Tilman Linneweh <arved___FreeBSD.org> [3]
   Notified by:    Jean-Dominique Baylac <jdb___venigo.net> [2]
   
   Revision  Changes    Path
   1.62      +2 -1      ports/www/lighttpd/Makefile
   1.5       +5 -2      ports/www/lighttpd/files/lighttpd.sh.in
   1.1       +57 -0     ports/www/lighttpd/files/patch-mod_proxy_ipv6_support (new)
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Sun Sep 7 14:50:13 UTC 2008 
State-Changed-Why:  
Fixed. Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123933 
>Unformatted:
