From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 18 17:00:47 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DD5316A403 for ; Mon, 18 Sep 2006 17:00:47 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC85343D45 for ; Mon, 18 Sep 2006 17:00:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8IH0kma078677 for ; Mon, 18 Sep 2006 17:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8IH0kqO078676; Mon, 18 Sep 2006 17:00:46 GMT (envelope-from gnats) Date: Mon, 18 Sep 2006 17:00:46 GMT Message-Id: <200609181700.k8IH0kqO078676@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Richard Bejtlich" Cc: Subject: Re: ports/103358: Broken Privoxy rc.d script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Richard Bejtlich List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 17:00:47 -0000 The following reply was made to PR ports/103358; it has been noted by GNATS. From: "Richard Bejtlich" To: bug-followup@FreeBSD.org, taosecurity@gmail.com Cc: Subject: Re: ports/103358: Broken Privoxy rc.d script Date: Mon, 18 Sep 2006 12:50:43 -0400 Sorry about that -- I provided a bad fix. I should have put "/usr/local/sbin/privoxy /usr/local/etc/privoxy/config --pidfile /var/run/privoxy/privoxy.pid" in quotes when I ran my command line test, and I didn't notice that my "fix" ended up running Privoxy as root. Argh. Once I created directories /var/log/privoxy and /var/run/privoxy/ owned by privoxy:privoxy, I had no trouble with the startup script. Thank you, Richard