summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2006-09-20 18:31:14 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-09-20 18:31:14 +0200
commitb4144edd4c469d4db5e0e4cc963a0a238a73ce89 (patch)
tree7c4981f7661bc650959550a3ae2baf7483d23747 /README
parent03d6399d98272e657b5f037c8a8281109bb38507 (diff)
Update README
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 10 insertions, 7 deletions
diff --git a/README b/README
index a4ecf04..66d79d5 100644
--- a/README
+++ b/README
@@ -1,17 +1,20 @@
inotail - inotify enhanced tail
o===============================o
-inotail is a drop-in 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). Currently inotail is not fully compatible
-to neither POSIX or GNU tail but might be in the future.
+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
-- Future versions will require a version of the glibc shipping with inotify
- support
+- Standard C Library (tested with GNU libc but might work with others too)
License
-------