From 7d5dc780a8260e7b107bfd82a99bbe08670b70c1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 13 Jul 2000 20:00:10 +0000 Subject: chuck ulimit errors to /dev/null --- 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 fdcc11dc..3922af3a 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 -S -c 0 + ulimit -S -c 0 >/dev/null 2>&1 # Echo daemon [ "$BOOTUP" = "verbose" ] && echo -n " $base" -- cgit v1.2.1