luci-0.8: Merge r4461

This commit is contained in:
Jo-Philipp Wich 2009-05-01 14:10:00 +00:00
parent 933210b681
commit b87c0f469d

View file

@ -18,7 +18,7 @@ boot() {
}
grep -q '/usr/sbin/ff_rdate' /etc/crontabs/root || {
echo "0 */4 * * * /usr/sbin/ff_rdate >> /etc/crontabs/root
echo "0 */4 * * * /usr/sbin/ff_rdate" >> /etc/crontabs/root
}
[ -f /etc/rc.local ] && . /etc/rc.local