From owner-cvs-sys Wed Jul 8 12:33:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15681 for cvs-sys-outgoing; Wed, 8 Jul 1998 12:33:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15664; Wed, 8 Jul 1998 12:33:02 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id MAA24914; Wed, 8 Jul 1998 12:21:13 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd024908; Wed Jul 8 19:21:11 1998 Date: Wed, 8 Jul 1998 12:21:08 -0700 (PDT) From: Julian Elischer To: Paul Richards cc: "'Sean Eric Fagan'" , cvs-all@freebsd.org, dg@freebsd.org, cvs-committers@freebsd.org, cvs-sys@freebsd.org Subject: RE: cvs commit: src/sys/kern kern_sig.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk the part I like is: /var/coredumps/%N.core julian On Wed, 8 Jul 1998, Paul Richards wrote: > Not a bad idea to have configurable core file naming but bear in mind > that the format we chose in the first place i.e. progname.core was done > after much discussion since /etc/daily or one of the other similar > scripts does a spring clean to remove them and if you pick something > like core.progname you can end up deleting core.c and so forth. > > I'd document this issue somewhere, as well as the fact that the cleanup > script would have to be aware of the setting. > > Paul Richards Ph.D. > Originative Solutions Ltd > > > > -----Original Message----- > > From: Sean Eric Fagan [mailto:sef@kithrup.com] > > Sent: Wednesday, July 08, 1998 12:59 AM > > To: cvs-all@FreeBSD.ORG > > Cc: dg@FreeBSD.ORG; cvs-committers@FreeBSD.ORG; cvs-sys@FreeBSD.ORG > > Subject: Re: cvs commit: src/sys/kern kern_sig.c > > > > > > In article > > <199807072341.QAA02595.kithrup.freebsd.cvs-all@dingo.cdrom.com > > > you write: > > >> I wish we had a sysctl variable for the coredump name. Eg. > > >> > > >> kern.coredump.name = > > >> > > >> 0 -> disable core dumps > > >> 1 -> core dump filename 'core' > > >> 2 -> core dump filename 'program.core' > > >> 3 -> core dump filename 'core.program' > > > > > >I think you should buy Sean a beer. >