Date: Mon, 27 Jul 1998 14:49:28 -0400 (EDT) From: Brian Feldman <green@zone.baldcom.net> To: Thomas Dean <tomdean@ix.netcom.com> Cc: FreeBSD-current@FreeBSD.ORG Subject: Re: Savecore_enable not in rc.conf Message-ID: <Pine.BSF.4.00.9807271445070.17999-100000@zone.baldcom.net> In-Reply-To: <199807271532.IAA14392@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Your rc(5) appears to be out of date; the current revision is $Id: rc,v 1.146 1998/06/22 06:34:12 jkoshy Exp $ and it contains the following: /* begin line 182 */ # 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 /* end line 189 */ Cheers, Brian Feldman green@unixhelp.org On Mon, 27 Jul 1998, Thomas Dean wrote: > Should savecore_enable be in rc.conf? > > /etc/rc contains: > > # enable dumpdev so that savecore can see it > if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} ]; then > dumpon ${dumpdev} > fi > > # /var/crash should be a directory or a symbolic link > # to the crash directory if core dumps are to be saved. > if [ "X${savecore_enable}" = X"YES" -a -d /var/crash ]; then > echo -n checking for core dump... > savecore /var/crash > fi > > > Should we change rc.conf? > > dumpdev="NO" # Device name to crashdump to (if enabled). > savecore_enable="NO" # Save kernel core dumps (if enables). > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9807271445070.17999-100000>