From owner-freebsd-rc@FreeBSD.ORG Fri Aug 17 07:10:07 2007 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29D1C16A421 for ; Fri, 17 Aug 2007 07:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0484513C46E for ; Fri, 17 Aug 2007 07:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7H7A6PW004690 for ; Fri, 17 Aug 2007 07:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7H7A64C004687; Fri, 17 Aug 2007 07:10:06 GMT (envelope-from gnats) Date: Fri, 17 Aug 2007 07:10:06 GMT Message-Id: <200708170710.l7H7A64C004687@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Yar Tikhiy Cc: Subject: Re: misc/115588: rc.d/ldconfig doesnt handle ldconfig_local_dirs properly X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yar Tikhiy List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2007 07:10:07 -0000 The following reply was made to PR misc/115588; it has been noted by GNATS. From: Yar Tikhiy To: bug-followup@FreeBSD.org, newsham@lava.net Cc: Subject: Re: misc/115588: rc.d/ldconfig doesnt handle ldconfig_local_dirs properly Date: Fri, 17 Aug 2007 10:54:23 +0400 On a second thought, ldconfig_local_dirs should list not library directories but ldconfig directories, which are a different kind of beasts. I just looked up a wrong variable in rc.conf(5). Anyway, leaving this PR to a developer who actually uses this feature.