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:
b468106
)
[package] fix btpd init script typo
author
Florian Fainelli
<florian@openwrt.org>
Fri, 3 Jul 2009 19:49:29 +0000
(19:49 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 3 Jul 2009 19:49:29 +0000
(19:49 +0000)
SVN-Revision: 16663
net/btpd/files/btpd.init
patch
|
blob
|
history
diff --git
a/net/btpd/files/btpd.init
b/net/btpd/files/btpd.init
index e527a13ad698a27475cef635d007c8bf6ae05dd7..6ac886805741ba6aa6a817fccb8eca0c1f8b1515 100644
(file)
--- a/
net/btpd/files/btpd.init
+++ b/
net/btpd/files/btpd.init
@@
-51,7
+51,7
@@
stop() {
args=""
config_foreach btpd btpd
- [ -d $direc
ot
ry ] && args="-d $directory "
+ [ -d $direc
to
ry ] && args="-d $directory "
echo -n "stop btpd "
while btcli $args kill ; do