From owner-freebsd-bugs Tue Oct 5 21:20:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F51A156F9 for ; Tue, 5 Oct 1999 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17714; Tue, 5 Oct 1999 21:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from portage.winternet.com (ppp-67-198.dialup.winternet.com [204.246.67.198]) by hub.freebsd.org (Postfix) with ESMTP id 5E4CD14CC4 for ; Tue, 5 Oct 1999 21:12:19 -0700 (PDT) (envelope-from nrahlstr@portage.winternet.com) Received: (from nrahlstr@localhost) by portage.winternet.com (8.9.3/8.9.3) id XAA04056; Tue, 5 Oct 1999 23:11:41 GMT (envelope-from nrahlstr) Message-Id: <199910052311.XAA04056@portage.winternet.com> Date: Tue, 5 Oct 1999 23:11:41 GMT From: Nathan Ahlstrom Reply-To: nrahlstr@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/14152: rc.conf(5) manpage mentions defunct savecore_enable option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14152 >Category: conf >Synopsis: rc.conf(5) manpage mentions defunct savecore_enable option >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 5 21:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nathan Ahlstrom >Release: FreeBSD 3.3-STABLE i386 >Organization: Home Network >Environment: FreeBSD portage.winternet.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Oct 3 17:50:34 GMT 1999 root@portage.winternet.com:/usr/src/sys/compile/PORTAGE i386 >Description: The rc.conf.5 manpage mentions the savecore_enable option. This has been replaced by simply defining a dumpdev. >How-To-Repeat: Attempt to enable savecore via this option. Read /etc/rc: # enable dumpdev so that savecore can see it # /var/crash should be a directory or a symbolic link # to the crash directory if core dumps are to be saved. if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} -a -d /var/crash ]; then dumpon ${dumpdev} echo -n checking for core dump... savecore /var/crash fi >Fix: Here is a patch to rc.conf.5: Index: rc.conf.5 =================================================================== RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v retrieving revision 1.27.2.18 diff -u -r1.27.2.18 rc.conf.5 --- rc.conf.5 1999/10/02 21:41:35 1.27.2.18 +++ rc.conf.5 1999/10/05 23:05:30 @@ -986,13 +986,6 @@ these are the flags to pass to the .Xr sendmail 8 daemon. -.It Ar savecore_enable -(bool) If set to -.Ar YES -then save kernel crashdumps for debugging purposes when the system -comes back up after a crash. Crash images are typically stored in the -.Pa /var/crash -directory. .It Ar dumpdev (str) If not set to .Ar NO >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message