busybox: use uci_get() wrapper (#7312)

SVN-Revision: 21491
This commit is contained in:
Jo-Philipp Wich 2010-05-17 19:34:46 +00:00
parent ea06a67eac
commit 47e443f91b

View file

@ -3,7 +3,7 @@
START=50
start () {
loglevel=$(/sbin/uci get "system.@system[0].cronloglevel" 2>/dev/null)
loglevel=$(uci_get "system.@system[0].cronloglevel")
[ -z "$(ls /etc/crontabs/)" ] && exit 1
mkdir -p /var/spool/cron
ln -s /etc/crontabs /var/spool/cron/ 2>/dev/null