All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francesco Del Degan <f.deldegan@endian.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] openssl: fix init.d restart function
Date: Wed, 03 Jul 2013 16:09:04 +0200	[thread overview]
Message-ID: <87r4ffenwf.fsf@endian.com> (raw)


Adds a missing dash in the oknodo option function.

Signed-off-by: Francesco Del Degan <f.deldegan@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




             reply	other threads:[~2013-07-03 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 14:09 Francesco Del Degan [this message]
2013-07-03 14:15 ` [PATCH] openssl: fix init.d restart function Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4ffenwf.fsf@endian.com \
    --to=f.deldegan@endian.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.