Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-16 Thread Michael Olbrich
On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > How can openssh.postinst be disabled from within the rule files? > --- > rules/openssh.in | 14 ++ > rules/openssh.make | 2 ++ > 2 files changed, 12 insertions(+), 4 deletions(-) > > diff --git a/rules/openssh.in

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-16 Thread Michael Olbrich
On Sun, Nov 15, 2020 at 06:08:56PM +0100, Roland Hieber wrote: > On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > > On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > > > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > > > On Fri, Nov 13, 2020 at

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-15 Thread Roland Hieber
On Sun, Nov 15, 2020 at 11:06:12AM +0100, Ladislav Michl wrote: > On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > > On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > > > > How can openssh.postinst

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-15 Thread Ladislav Michl
On Sat, Nov 14, 2020 at 09:34:47PM +0100, Roland Hieber wrote: > On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > > On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > > > How can openssh.postinst be disabled from within the rule files? > > > > The very same could be

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-14 Thread Roland Hieber
On Fri, Nov 13, 2020 at 06:46:48PM +0100, Ladislav Michl wrote: > On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > > How can openssh.postinst be disabled from within the rule files? > > The very same could be achieved with symlink in your BSP: > projectroot/etc/rc.once.d/openssh ->

Re: [ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-13 Thread Ladislav Michl
On Fri, Nov 13, 2020 at 03:19:55PM +0100, Artur Wiebe wrote: > How can openssh.postinst be disabled from within the rule files? The very same could be achieved with symlink in your BSP: projectroot/etc/rc.once.d/openssh -> /dev/null > --- > rules/openssh.in | 14 ++ >

[ptxdist] [PATCH] DRAFT: openssh: make host key generation optional

2020-11-13 Thread Artur Wiebe
How can openssh.postinst be disabled from within the rule files? --- rules/openssh.in | 14 ++ rules/openssh.make | 2 ++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rules/openssh.in b/rules/openssh.in index 09f5c..f9d1affbd 100644 --- a/rules/openssh.in +++