From 1f0bb0c9a3896504c02b0f4b6c11d9404754e8e4 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 3 Nov 2011 17:30:09 +0000 Subject: [PATCH] [packages] aiccu: fix bad path in stop as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@28730 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ipv6/aiccu/files/aiccu.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv6/aiccu/files/aiccu.init b/ipv6/aiccu/files/aiccu.init index 0620c7542..b29310e58 100644 --- 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() { -- 2.11.0