aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/conntrack-tools
diff options
context:
space:
mode:
authorVladimir Sorokin <sorokin@altell.ru>2010-07-06 14:47:48 +0400
committerRoman I Khimov <khimov@altell.ru>2010-07-12 08:50:04 +0400
commiteab31c26dc18633cc5094e402d6cbce5128c5839 (patch)
tree5bd7cdaf1c4d091a37288a23dcab347d14b77019 /recipes/conntrack-tools
parent9d4bc378ba2f579d8653803b5e0624558d17413f (diff)
downloadopenembedded-eab31c26dc18633cc5094e402d6cbce5128c5839.tar.gz
conntrack-tools: fix restart command in init script
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/conntrack-tools')
-rw-r--r--recipes/conntrack-tools/conntrack-tools_0.9.14.bb2
-rw-r--r--recipes/conntrack-tools/files/init2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/conntrack-tools/conntrack-tools_0.9.14.bb b/recipes/conntrack-tools/conntrack-tools_0.9.14.bb
index ed005bebe0..d5f1e4a2bf 100644
--- a/recipes/conntrack-tools/conntrack-tools_0.9.14.bb
+++ b/recipes/conntrack-tools/conntrack-tools_0.9.14.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "Connection tracking userspace tools for Linux"
LICENSE = "GPL"
DEPENDS = "libnfnetlink libnetfilter-conntrack"
+PR = "r1"
+
SRC_URI = " \
http://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-${PV}.tar.bz2;name=tar \
file://conntrack-failover \
diff --git a/recipes/conntrack-tools/files/init b/recipes/conntrack-tools/files/init
index 6e2f442cf0..cb7a7fb658 100644
--- a/recipes/conntrack-tools/files/init
+++ b/recipes/conntrack-tools/files/init
@@ -65,8 +65,8 @@ case "$1" in
fi
;;
restart)
- $0 start
$0 stop
+ $0 start
;;
*)