From 6bc0604a019e5cacc22184382851fc21a448677e Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 23 Sep 1997 14:14:10 +0000 Subject: [PATCH] Further tweak to 'daemon' so that the hard limit for coredumpsize is not set to zero, only the soft limit. This means that non-root processes started from /etc/rc* can explicitly raise the coredump limit if they wish. --- etc/login.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/login.conf b/etc/login.conf index 8bb1ecc460ae..651fa4d8d432 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -9,7 +9,7 @@ # This file controls resource limits, accounting limits and # default user environment settings. # -# $Id: login.conf,v 1.13 1997/07/11 22:11:13 guido Exp $ +# $Id: login.conf,v 1.14 1997/09/23 03:09:51 peter Exp $ # @@ -128,7 +128,8 @@ root:\ # Settings used by /etc/rc # daemon:\ - :coredumpsize=0:\ + :coredumpsize@:\ + :coredumpsize-cur=0:\ :datasize=infinity:\ :datasize-cur@:\ :maxproc=256:\