From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 08:56:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E9E16A401 for ; Sun, 26 Mar 2006 08:56:16 +0000 (UTC) (envelope-from oliver.iberien@charter.net) Received: from mxsf02.cluster1.charter.net (mxsf02.cluster1.charter.net [209.225.28.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D02343D48 for ; Sun, 26 Mar 2006 08:56:16 +0000 (GMT) (envelope-from oliver.iberien@charter.net) Received: from mxip09a.cluster1.charter.net (mxip09a.cluster1.charter.net [209.225.28.139]) by mxsf02.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k2Q8uEKi000303 for ; Sun, 26 Mar 2006 03:56:15 -0500 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip09a.cluster1.charter.net with ESMTP; 26 Mar 2006 03:56:14 -0500 X-IronPort-AV: i="4.03,129,1141621200"; d="scan'208"; a="2091287622:sNHT18538604" From: Oliver Iberien To: freebsd-questions@freebsd.org Date: Sun, 26 Mar 2006 00:56:13 -0800 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200603260056.13520.oliver.iberien@charter.net> Subject: Starting privoxy at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 08:56:16 -0000 I can start privoxy manually with /usr/local/sbin/privoxy /usr/local/etc/privoxy/config I added this to /etc/rc.conf: privoxy_enable="YES" privoxy_flags="/usr/local/etc/privoxy/config" but that does not seem to do it. I tried putting a link in /etc/rc.d/ to the privoxy.sh in /usr/local/etc/rc.d, but that didn't do it, either. How do I get it to start? Thanks, Oliver