babel: fix references to config file and section in the init script (thx, alx)
authorFelix Fietkau <nbd@openwrt.org>
Mon, 21 Dec 2009 03:39:21 +0000 (03:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 21 Dec 2009 03:39:21 +0000 (03:39 +0000)
SVN-Revision: 18874

net/babel/files/babeld.init

index 12fa90e2e87b30d08cd2fcc3dd8617c1f03b3aa8..a7e45875e5b97bb71c184d7c14474c6084a0c534 100755 (executable)
@@ -27,9 +27,9 @@ start() {
        fi
        include /lib/network
        scan_interfaces
        fi
        include /lib/network
        scan_interfaces
-       config_load babel
+       config_load babeld
        mkdir -p /var/lib
        mkdir -p /var/lib
-       config_foreach babel_config babel
+       config_foreach babel_config babeld
 }
 
 stop() {
 }
 
 stop() {