aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@sonatest.com>2013-06-27 18:53:40 -0400
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-08 16:28:30 +0100
commit1832280f616fe7010260afb53bbc3b1c6d7ea08b (patch)
treefd6ce1fa86b1189ee6037b763753cd6dbe524ab0 /meta/recipes-connectivity
parente2abc675180a919a88c531f3801c3cd5d3f96206 (diff)
downloadopenembedded-core-1832280f616fe7010260afb53bbc3b1c6d7ea08b.tar.gz
openssh: fix initscript restart command
start-stop-daemon should be called with '--oknodo' instead of '-oknodo'. (From OE-Core master rev: 40f65a76b3291ae625c072a8efebbf134b15c367) Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssh/openssh-6.1p1/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh-6.1p1/init b/meta/recipes-connectivity/openssh/openssh-6.1p1/init
index cde52ef3f4..6beec848df 100644
--- a/meta/recipes-connectivity/openssh/openssh-6.1p1/init
+++ b/meta/recipes-connectivity/openssh/openssh-6.1p1/init
@@ -76,7 +76,7 @@ case "$1" in
check_keys
check_config
echo -n "Restarting OpenBSD Secure Shell server: sshd"
- start-stop-daemon -K -oknodo -x /usr/sbin/sshd
+ start-stop-daemon -K --oknodo -x /usr/sbin/sshd
check_for_no_start
check_privsep_dir
sleep 2