On Sun, Jul 08, 2012 at 11:38:47PM +0200, Sami Kerola wrote: > Sami Kerola (5): > docs: clean up utmpdump.1 manual > utmpdump: white space fix > utmpdump: fixes based on static analysis [cppcheck] Applied, but without field width limits for integers, IMHO it's unnecessary. > utmpdump: use inotify to when following file > utmpdump: encourage users not to follow stdin I thought about inotify too :-) The --follow feature is almost useless for utmp (where utmp records are reused), but for wtmp is inotify nice and more smart solution than the original sleep() + read(). Applied with some changes, thanks. Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html