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:
bf5a5ab
)
aiccu: fix bad path in stop as well
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Nov 2011 17:30:09 +0000
(17:30 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 3 Nov 2011 17:30:09 +0000
(17:30 +0000)
SVN-Revision: 28730
ipv6/aiccu/files/aiccu.init
patch
|
blob
|
history
diff --git
a/ipv6/aiccu/files/aiccu.init
b/ipv6/aiccu/files/aiccu.init
index 0620c754269a8c176622646bc702cabdd9d4bfec..b29310e5812c7f41ec94a29b7df80f8ca4640fe7 100644
(file)
--- a/
ipv6/aiccu/files/aiccu.init
+++ b/
ipv6/aiccu/files/aiccu.init
@@
-52,7
+52,7
@@
start_instance() {
stop_instance() {
local cfg="$1"
- aiccu stop
/tmp/run/aiccu-"$cfg".conf
+ aiccu stop
"/var/etc/aiccu-${cfg}.conf"
}
restart_instance() {