projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be1e55
)
fix typo
author
Travis Kemen
<thepeople@openwrt.org>
Fri, 16 May 2008 18:03:04 +0000
(18:03 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Fri, 16 May 2008 18:03:04 +0000
(18:03 +0000)
SVN-Revision: 11152
utils/bandwidthd/files/bandwidthd.init
patch
|
blob
|
history
diff --git
a/utils/bandwidthd/files/bandwidthd.init
b/utils/bandwidthd/files/bandwidthd.init
index 770d9c05f54ddf9a872ef6779312cf26c154b04c..10659712a0360b7e771654feaa1f2add961749b9 100644
(file)
--- a/
utils/bandwidthd/files/bandwidthd.init
+++ b/
utils/bandwidthd/files/bandwidthd.init
@@
-34,7
+34,7
@@
start() {
config_get filter $cfg filter
config_get graph $cfg graph
config_get meta_refresh $cfg meta_refresh
- for subnet in $subnets
+ for subnet in $subnets
; do
echo "subnet $subnet">> /tmp/bandwidthd.conf
done
cat >> /tmp/bandwidthd.conf <<EOF