From owner-cvs-all@FreeBSD.ORG Wed Jan 11 21:30:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 93AA116A420; Wed, 11 Jan 2006 21:30:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF5C43D72; Wed, 11 Jan 2006 21:30:44 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0BLUfPh027912; Wed, 11 Jan 2006 21:30:41 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0BLUf1j027911; Wed, 11 Jan 2006 21:30:41 GMT (envelope-from brooks) Message-Id: <200601112130.k0BLUf1j027911@repoman.freebsd.org> From: Brooks Davis Date: Wed, 11 Jan 2006 21:30:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d abi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 11 Jan 2006 21:30:44 -0000 brooks 2006-01-11 21:30:41 UTC FreeBSD src repository Modified files: etc/rc.d abi Log: Be a little more read-only file system friendly when running the Linux ldconfig. Build the cache in a temporary directory and only install it if it's actually different that the installed one. Also, use "cat tmp > real" to install the temporary file in the real location to allow the real location to be a symlink to a writable directory such as /var/run (where the file actually belongs). MFC After: 5 days Revision Changes Path 1.6 +6 -1 src/etc/rc.d/abi