--- vixie-cron.rc6.orig 2008-11-11 16:56:43.701354708 -0800 +++ vixie-cron.rc6 2008-11-11 16:57:28.791076756 -0800 @@ -11,7 +11,7 @@ depend() { start() { ebegin "Starting vixie-cron" - start-stop-daemon --start --quiet --exec /usr/sbin/cron + start-stop-daemon --start --quiet --pidfile /var/run/cron.pid --exec /usr/sbin/cron eend $? }