From owner-cvs-all Mon Mar 11 0:47: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FEA537B417; Mon, 11 Mar 2002 00:47:04 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2B8l4714026; Mon, 11 Mar 2002 00:47:04 -0800 (PST) (envelope-from cjc) Message-Id: <200203110847.g2B8l4714026@freefall.freebsd.org> From: "Crist J. Clark" Date: Mon, 11 Mar 2002 00:47:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjc 2002/03/11 00:47:03 PST Modified files: etc rc share/man/man5 rc.conf.5 Log: Don't protect savecore(8) from being run with a bad dumpdir argument. Don't fail silently, but let savecore(8) make noise. It won't behave badly, it doesn't need protection. At the same time, allow the administrator to have dumpdev enabled while dumpdir (savecore(8)) is disabled and document how to do it. PR: conf/35725 Revision Changes Path 1.297 +9 -4 src/etc/rc 1.154 +7 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message