From owner-cvs-all@FreeBSD.ORG Sat May 17 20:39:40 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C49637B401; Sat, 17 May 2003 20:39:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DECE443FB1; Sat, 17 May 2003 20:39:39 -0700 (PDT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4I3dd0U023185; Sat, 17 May 2003 20:39:39 -0700 (PDT) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4I3ddhu023184; Sat, 17 May 2003 20:39:39 -0700 (PDT) Message-Id: <200305180339.h4I3ddhu023184@repoman.freebsd.org> From: Mike Makonnen Date: Sat, 17 May 2003 20:39:39 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d ldconfig X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 03:39:40 -0000 mtm 2003/05/17 20:39:39 PDT FreeBSD src repository Modified files: etc/rc.d ldconfig Log: Apparently ldconfig(8) prefers the format as the first argument with the rest of the options following it. This caused problems for people using ldconfig_insecure=yes because the '-i' switch was being positioned before the format argument. Approved by: markm/mentor (implicit), re/rwatson PR: 47430 Revision Changes Path 1.6 +4 -3 src/etc/rc.d/ldconfig