From owner-freebsd-questions@FreeBSD.ORG Fri May 4 08:36:33 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59CED16A400 for ; Fri, 4 May 2007 08:36:33 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9EA7F13C480 for ; Fri, 4 May 2007 08:36:32 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 04 May 2007 08:09:49 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp034) with SMTP; 04 May 2007 10:09:49 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX19VynZwUFxVenADNyW11ZUqbLBnLXmOEBY+7eS+yo ryEXaoa+BpkccC Message-ID: <463AE9EF.1030501@gmx.de> Date: Fri, 04 May 2007 10:08:15 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.0 (X11/20070420) MIME-Version: 1.0 To: David Banning References: <20070504073121.GA47262@skytracker.ca> In-Reply-To: <20070504073121.GA47262@skytracker.ca> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: questions@freebsd.org Subject: Re: missing /usr/local in startup.sh files 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: Fri, 04 May 2007 08:36:33 -0000 David Banning wrote: > All of a sudden I notice that whenever I install a package from the > ports, the startup file in /usr/local/etc/rc.d requires that I > put /usr/local in - for instance, the most recent install of > clamav I had to change > > . /etc/rc.subr > > to > > . /usr/local/etc/rc.subr > > there must be a variable or setting for this that went missing for me. > Could someone be kind enough to direct me here? There shouldn't be a file /usr/local/etc/rc.subr. Did you by any chance move /etc/rc.subr to /usr/local/etc/?