Merge r4345
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Mar 2009 21:05:32 +0000 (21:05 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Mar 2009 21:05:32 +0000 (21:05 +0000)
modules/freifunk/root/etc/init.d/freifunk

index a61f8b7a173bce94c366e8e732c9157c0be3af4d..13dfde7f682024f60e3602fef240224d59ac82c7 100755 (executable)
@@ -24,5 +24,5 @@ boot() {
                done
        }
 
-       killall -HUP crond 2>/dev/null || /etc/init.d/cron start
+       /etc/init.d/cron restart
 }