From: nbd Date: Mon, 21 Dec 2009 03:39:21 +0000 (+0000) Subject: babel: fix references to config file and section in the init script (thx, alx) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f4b5d8467f8eec1e41b8fc2d5cd1c81a64f6b4ce;p=packages.git babel: fix references to config file and section in the init script (thx, alx) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18874 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/babel/files/babeld.init b/net/babel/files/babeld.init index 12fa90e2e..a7e45875e 100755 --- a/net/babel/files/babeld.init +++ b/net/babel/files/babeld.init @@ -27,9 +27,9 @@ start() { fi include /lib/network scan_interfaces - config_load babel + config_load babeld mkdir -p /var/lib - config_foreach babel_config babel + config_foreach babel_config babeld } stop() {