diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-03-03 17:25:42 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-03-03 17:25:42 +0100 |
commit | 5858819e4e3bc738463e8f7cc7d808a388ebc6c1 (patch) | |
tree | 45a03442ed7349b5dc0b3707f4bde67631929469 /README |
Initial import of debian package for inotail0.2-1
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ + inotail - inotify enhanced tail +o===============================o + +inotail is a replacement for the 'tail' program found in the base installation +of every Linux/UNIX system. It makes use of the inotify infrastructure in recent +versions of the Linux kernel to speed up tailing files in the follow mode (the +'-f' option). Standard tail polls the file every second by default while inotail +listens to special events sent by the kernel through the inotify API to +determine whether a file needs to be reread. + +Currently inotail is not fully compatible to neither POSIX or GNU tail but might +be in the future. + +Requirements +------------ +- Linux kernel 2.6.13 or higher with CONFIG_INOTIFY enabled +- Standard C Library (tested with GNU libc but might work with others too) + +License +------- +inotail is licensed under the terms of the GNU General Public License version 2 +or later. You can find the full text in the file LICENSE in the source tree of +inotail. + +The files inotify.h and inotify-syscalls.h were taken from the source tree of +the Linux kernel and slightly altered. Both are licensed under the terms of the +GNU General Public License version 2. + +-- Tobias Klauser <tklauser@distanz.ch> |