Merge r4213

This commit is contained in:
Jo-Philipp Wich 2009-01-31 17:32:35 +00:00
parent ee96cb2dfd
commit 5b9bad1f07

View file

@ -19,4 +19,6 @@ boot() {
test -f "$file" && . "$file"
done
}
killall -HUP crond 2>/dev/null || /etc/init.d/cron start
}