Re: [PATCH v2] sysklogd/logread: implement dumpfollow mode of operation

2015-03-23 Thread Phil Sutter
On Sun, Mar 22, 2015 at 05:38:18PM +0100, Denys Vlasenko wrote: > Applied in a slightly different form. > Please try current git. Thanks. Tested, works fine. I like your bitshift solution better than mine, thanks! Best wishes, Phil ___ busybox mailing l

Re: [PATCH v2] sysklogd/logread: implement dumpfollow mode of operation

2015-03-22 Thread Denys Vlasenko
Applied in a slightly different form. Please try current git. Thanks. On Thu, Mar 19, 2015 at 4:24 PM, Phil Sutter wrote: > This is basically a combination of the default (dump mode) and -f > (follow mode). Specifying -F makes logread first dump the log buffer and > then immediately start followi

[PATCH v2] sysklogd/logread: implement dumpfollow mode of operation

2015-03-19 Thread Phil Sutter
This is basically a combination of the default (dump mode) and -f (follow mode). Specifying -F makes logread first dump the log buffer and then immediately start following it. --- Changes since v1: - help text extended to cover new flag --- sysklogd/logread.c | 14 +++--- 1 file changed, 1