From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 00:17:48 2005 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 207E816A41F for ; Thu, 29 Dec 2005 00:17:48 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E18743D69 for ; Thu, 29 Dec 2005 00:17:41 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 1B95ED2E567 for ; Wed, 28 Dec 2005 19:17:39 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Wed, 28 Dec 2005 19:17:39 -0500 X-Sasl-enc: RgI+2KyyrIimAAFLhuBPLqCMB8Pi5nmJItLqRgQLn0ys 1135815457 Received: from gumby.localdomain (88-104-200-184.dynamic.dsl.as9105.com [88.104.200.184]) by frontend2.messagingengine.com (Postfix) with ESMTP id E57565703C1 for ; Wed, 28 Dec 2005 19:17:37 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 29 Dec 2005 00:17:36 +0000 User-Agent: KMail/1.8.3 References: <1135661999.43b0d3af7568e@www.c-inter.com.ar> <43B2D941.3080307@math.missouri.edu> <20051228220153.GA4337@lothlorien.nagual.st> In-Reply-To: <20051228220153.GA4337@lothlorien.nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512290017.37588.list-freebsd-2004@morbius.sent.com> Subject: Re: compat 5x libraries missnig after restart 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: Thu, 29 Dec 2005 00:17:48 -0000 On Wednesday 28 December 2005 22:01, dick hoogendijk wrote: > On 28 Dec Stephen Montgomery-Smith wrote: > > But why not put > > compat_xx_enable="YES" > > There's more wrong to the script. I have compat5x_enable="YES" in > /etc/rc.conf and the script start up, _BUT_ if I shut down (for whatever > reason) I get this console msg question: "compat5x.sh running?" > > Strange, it _is_ running, so why is it not "seen" Nothing is actually running, all the script actually does is run: /sbin/ldconfig -m /usr/local/lib/compat which adds all of the compatibility libraries installed by all of the compat ports to a list of library locations. The old version simply had that one line. The error message is just a cosmetic problem.