Re: [systemd-devel] [PATCH] journalctl: respect --after-cursor semantics with --follow in all cases

2014-12-08 Thread Lennart Poettering
On Sun, 30.11.14 23:27, Wesley Dawson (w...@mozilla.com) wrote: > In the case where no entries have been added to the journal after the > specified > cursor, set need_seek before the main loop to prevent display of the entry at > said cursor. Looks good! Applied! > --- > src/journal/journalctl

[systemd-devel] [PATCH] journalctl: respect --after-cursor semantics with --follow in all cases

2014-11-30 Thread Wesley Dawson
In the case where no entries have been added to the journal after the specified cursor, set need_seek before the main loop to prevent display of the entry at said cursor. --- src/journal/journalctl.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/journal/journalctl