From owner-cvs-src@FreeBSD.ORG Mon Oct 18 23:40:14 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 386F716A4CE; Mon, 18 Oct 2004 23:40:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19CA643D1D; Mon, 18 Oct 2004 23:40:14 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9INeDD8017587; Mon, 18 Oct 2004 23:40:13 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9INeDqn017586; Mon, 18 Oct 2004 23:40:13 GMT (envelope-from thomas) Message-Id: <200410182340.i9INeDqn017586@repoman.freebsd.org> From: Thomas Quinot Date: Mon, 18 Oct 2004 23:40:13 +0000 (UTC) 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 dumpon savecore X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 23:40:14 -0000 thomas 2004-10-18 23:40:13 UTC FreeBSD src repository Modified files: etc/rc.d dumpon savecore Log: When dumpdev is set to 'auto', and a suitable swap device is found, create a symbolic link /dev/dumpdev designating that device so savecore can find and save a previous kernel dump. Revision Changes Path 1.7 +6 -1 src/etc/rc.d/dumpon 1.9 +5 -2 src/etc/rc.d/savecore