[OE-core] [PATCH] openssl: fix init.d restart function

Francesco Del Degan f.deldegan at endian.com
Wed Jul 3 14:09:04 UTC 2013


Adds a missing dash in the oknodo option function.

Signed-off-by: Francesco Del Degan <f.deldegan at endian.com>
---
 meta/recipes-connectivity/openssh/openssh-6.1p1/init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh-6.1p1/init
b/meta/recipes-connectivity/openssh/openssh-6.1p1/init
index cde52ef..6beec84 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
-- 
1.8.1.2





More information about the Openembedded-core mailing list