File dont_run_before_boot.diff of Package ulimit
--- initscript 2009-10-24 04:58:52.000000000 +0200 +++ initscript 2010-02-02 15:07:32.000000000 +0100 @@ -73,7 +69,7 @@ esac } -if test -r /etc/sysconfig/ulimit; then +if [ "$1" != "si" -a -r /etc/sysconfig/ulimit ]; then . /etc/sysconfig/ulimit # Max CPU time (not recommended) calc_limit "Ht" "$HARDCPULIMIT" && HARGS="$RC"