From owner-freebsd-ports@FreeBSD.ORG Wed May 31 21:21:28 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B657D16B95D for ; Wed, 31 May 2006 21:21:28 +0000 (UTC) (envelope-from tmseck@netcologne.de) Received: from smtp3.netcologne.de (smtp3.netcologne.de [194.8.194.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36FEA43D45 for ; Wed, 31 May 2006 21:21:27 +0000 (GMT) (envelope-from tmseck@netcologne.de) Received: from laurel.tmseck.homedns.org (xdsl-213-196-225-121.netcologne.de [213.196.225.121]) by smtp3.netcologne.de (Postfix) with SMTP id 82B2267706 for ; Wed, 31 May 2006 23:21:26 +0200 (CEST) Received: (qmail 1963 invoked from network); 31 May 2006 21:21:48 -0000 Received: from unknown (HELO hardy.tmseck.homedns.org) (192.168.1.2) by 0 with SMTP; 31 May 2006 21:21:48 -0000 Received: from hardy.tmseck.homedns.org (localhost [127.0.0.1]) by hardy.tmseck.homedns.org (8.13.6/8.13.6) with ESMTP id k4VLLPuV017993; Wed, 31 May 2006 23:21:25 +0200 (CEST) (envelope-from tmseck@netcologne.de) Received: (from thomas@localhost) by hardy.tmseck.homedns.org (8.13.6/8.13.6/Submit) id k4VLLNLc017992; Wed, 31 May 2006 23:21:23 +0200 (CEST) (envelope-from tmseck@netcologne.de) X-Authentication-Warning: hardy.tmseck.homedns.org: thomas set sender to tmseck@netcologne.de using -f Date: Wed, 31 May 2006 23:21:23 +0200 From: Thomas-Martin Seck To: Helmut Schneider Message-ID: <20060531212123.GA17834@hardy.tmseck.homedns.org> References: <000001c684e7$fcfc68f0$0d7ca8c0@helmutlaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c684e7$fcfc68f0$0d7ca8c0@helmutlaptop> User-Agent: Mutt/1.4.2.1i Organization: a private site in Germany X-PGP-KeyID: DF46EE05 X-PGP-Fingerprint: A38F AE66 6B11 6EB9 5D1A B67D 2444 2FE1 DF46 EE05 X-Attribution: tms Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: squid-2.5.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 21:21:28 -0000 * Helmut Schneider (jumper99@gmx.de): > hopefully I did not miss any previous thread but squid 2.5.14 won't startup > at boot time as long as the startup script at rc.d is not renamed to > squid.sh. Tested on FBSD 6.1 Release. I suppose that this is an issue with your system, especially with /etc/rc. Is this a fresh install or an update? I cannot reproduce[1] it on 6.1-STABLE (/etc/rc is unchanged from 6.1-RELEASE, it's 1.336.2.2, check it with 'ident /etc/rc'. (Whether the script is installed with a .sh suffix is determined by the ports framework, based upon the FreeBSD version.) [1] Installed squid, generated cache directories with "squid -z", set squid_enable="yes" in /etc/rc.conf, switched to single user mode (saw squid complaining at shutdown time because it was not running), switched back to multi-user mode and saw squid starting up.