* [ptxdist] [PATCH] openssh: fix INITMETHOD dependencies
@ 2020-11-16 19:14 Artur Wiebe
2020-11-27 8:39 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Artur Wiebe @ 2020-11-16 19:14 UTC (permalink / raw)
To: ptxdist; +Cc: Artur Wiebe
Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
rules/openssh.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/openssh.in b/rules/openssh.in
index 37013250c..b04a7a8a5 100644
--- a/rules/openssh.in
+++ b/rules/openssh.in
@@ -40,13 +40,13 @@ config OPENSSH_SSHD
config OPENSSH_SSHD_STARTSCRIPT
bool
default y
- depends on OPENSSH_SSHD
+ depends on OPENSSH_SSHD && INITMETHOD_BBINIT
prompt "install /etc/init.d/openssh"
config OPENSSH_SSHD_SYSTEMD_UNIT
bool
default y
- depends on OPENSSH_SSHD && SYSTEMD
+ depends on OPENSSH_SSHD && INITMETHOD_SYSTEMD
prompt "install systemd unit files for sshd"
config OPENSSH_SSHD_GENKEYS
--
2.29.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] openssh: fix INITMETHOD dependencies
2020-11-16 19:14 [ptxdist] [PATCH] openssh: fix INITMETHOD dependencies Artur Wiebe
@ 2020-11-27 8:39 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-11-27 8:39 UTC (permalink / raw)
To: ptxdist; +Cc: Artur Wiebe
Thanks, applied as 5d5fdbd3c20412adc686624311397cdff401b926.
Michael
[sent from post-receive hook]
On Fri, 27 Nov 2020 09:39:15 +0100, Artur Wiebe <artur@4wiebe.de> wrote:
> Signed-off-by: Artur Wiebe <artur@4wiebe.de>
> Message-Id: <20201116191441.241004-1-artur@4wiebe.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/openssh.in b/rules/openssh.in
> index 37013250cd8b..b04a7a8a502e 100644
> --- a/rules/openssh.in
> +++ b/rules/openssh.in
> @@ -40,13 +40,13 @@ config OPENSSH_SSHD
> config OPENSSH_SSHD_STARTSCRIPT
> bool
> default y
> - depends on OPENSSH_SSHD
> + depends on OPENSSH_SSHD && INITMETHOD_BBINIT
> prompt "install /etc/init.d/openssh"
>
> config OPENSSH_SSHD_SYSTEMD_UNIT
> bool
> default y
> - depends on OPENSSH_SSHD && SYSTEMD
> + depends on OPENSSH_SSHD && INITMETHOD_SYSTEMD
> prompt "install systemd unit files for sshd"
>
> config OPENSSH_SSHD_GENKEYS
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-27 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 19:14 [ptxdist] [PATCH] openssh: fix INITMETHOD dependencies Artur Wiebe
2020-11-27 8:39 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox