Re: iked: Do not accept superfluous arguments

2017-11-08 Thread Patrick Wildt
On Wed, Nov 08, 2017 at 05:18:29PM +0100, Klemens Nanni wrote: > On Wed, Aug 23, 2017 at 10:42:36PM +0200, Klemens Nanni wrote: > > Calling `iked reload' when I meant `ikectl reload' showed that iked > > happily returned 0 and and fired up another daemon. > > > > Feedback? > Second bump after two

Re: iked: Do not accept superfluous arguments

2017-11-08 Thread Klemens Nanni
On Wed, Aug 23, 2017 at 10:42:36PM +0200, Klemens Nanni wrote: > Calling `iked reload' when I meant `ikectl reload' showed that iked > happily returned 0 and and fired up another daemon. > > Feedback? Second bump after two months with the diff reattached. Anyone? diff --git a/sbin/iked/iked.c b/s

Re: iked: Do not accept superfluous arguments

2017-08-31 Thread Klemens Nanni
On Wed, Aug 23, 2017 at 10:42:36PM +0200, Klemens Nanni wrote: > Calling `iked reload' when I meant `ikectl reload' showed that iked > happily returned 0 and and fired up another daemon. > > Feedback? > > Index: iked.c > === > RCS fi

iked: Do not accept superfluous arguments

2017-08-23 Thread Klemens Nanni
Calling `iked reload' when I meant `ikectl reload' showed that iked happily returned 0 and and fired up another daemon. Feedback? Index: iked.c === RCS file: /cvs/src/sbin/iked/iked.c,v retrieving revision 1.34 diff -u -p -r1.34 iked