* [PATCH] openssl: fix init.d restart function
@ 2013-07-03 14:09 Francesco Del Degan
2013-07-03 14:15 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Francesco Del Degan @ 2013-07-03 14:09 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] openssl: fix init.d restart function
2013-07-03 14:09 [PATCH] openssl: fix init.d restart function Francesco Del Degan
@ 2013-07-03 14:15 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2013-07-03 14:15 UTC (permalink / raw)
To: Francesco Del Degan; +Cc: openembedded-core
On 07/03/2013 07:09 AM, Francesco Del Degan wrote:
>
> Adds a missing dash in the oknodo option function.
>
This was recently submitted by Marc Frerland also and is now in master.
Sau!
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-03 14:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 14:09 [PATCH] openssl: fix init.d restart function Francesco Del Degan
2013-07-03 14:15 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox