From bca48832cf3ab2eafcffd83478ed6ffd6d6e4a0c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sat, 10 Jun 2000 23:02:52 +0000 Subject: set core dump soft limit, not hard limit --- rc.d/init.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index b493fa6c..1f338b42 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -103,7 +103,7 @@ daemon() { # make sure it doesn't core dump anywhere; while this could mask # problems with the daemon, it also closes some security problems - ulimit -c 0 + ulimit -S -c 0 # Echo daemon [ "$BOOTUP" = "verbose" ] && echo -n " $base" -- cgit v1.2.1