update rdc-2.6 config (thanks to Daniel Gimpelevich)
[openwrt-10.03/.git] / package / busybox / files / cron
index e78d02332cd3881d06ae6d905793709123e0f286..9bc89d81ca75c9812d788ba8caf79044e900d920 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
+START=50
 
 start () {
        mkdir -p /var/spool/cron
@@ -8,5 +9,5 @@ start () {
 }
 
 stop() {
-       killall crond
+       killall -9 crond
 }