projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30505da
)
babel: fix references to config file and section in the init script (thx, alx)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 21 Dec 2009 03:39:21 +0000
(
03:39
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 21 Dec 2009 03:39:21 +0000
(
03:39
+0000)
SVN-Revision: 18874
net/babel/files/babeld.init
patch
|
blob
|
history
diff --git
a/net/babel/files/babeld.init
b/net/babel/files/babeld.init
index 12fa90e2e87b30d08cd2fcc3dd8617c1f03b3aa8..a7e45875e5b97bb71c184d7c14474c6084a0c534 100755
(executable)
--- 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 babel
d
mkdir -p /var/lib
- config_foreach babel_config babel
+ config_foreach babel_config babel
d
}
stop() {