[1003] in NetBSD-Development
"limit coredumpsize 0" problem
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Sep 12 00:08:32 1995
Date: Tue, 12 Sep 1995 00:07:27 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: pc-dialup@MIT.EDU
Cc: netbsd-dev@MIT.EDU, epeisach@MIT.EDU
"limit coredumpsize 0" was failing because /bin/athena/login was
calling pw_init() when adding people to the passwd file, which set the
hard coredumpsize limit to 0. pw_init() sets a bunch of signal
handlers and resource limits to things we don't really want, so I
nuked that call and everything works fine now.