Merge r4206

This commit is contained in:
Jo-Philipp Wich 2009-01-31 04:20:36 +00:00
parent e50137c73c
commit 3c6c27f93e

View file

@ -9,9 +9,9 @@ boot() {
echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root echo "*/5 * * * * killall -HUP dnsmasq" >> /etc/crontabs/root
} }
grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || { # grep -q '/usr/sbin/ff_olsr_test_gw' /etc/crontabs/root || {
echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root # echo "* * * * * /usr/sbin/ff_olsr_test_gw" >> /etc/crontabs/root
} # }
[ -f /etc/rc.local ] && . /etc/rc.local [ -f /etc/rc.local ] && . /etc/rc.local
[ -d /etc/rc.local.d ] && { [ -d /etc/rc.local.d ] && {