summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-01-17 18:39:07 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-01-17 18:39:07 +0100
commit401ed8cf23687cc6d4004ff8de6f6b27fb472484 (patch)
treef1325debc81d2044e39d24d4526a84b0f32f8f9e /debian/control
parentedf3a15c7f0e2b6694b4edf03e5e7318e5109169 (diff)
Adjust description to fix #5611410.5-2
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index a95e48c..939b439 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,10 @@ Package: inotail
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tail replacement using inotify
- 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.
+ inotail is a replacement for the 'tail' program which is used to output the
+ last portions of a file. 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). Ancient versions of tail poll the file every second by
+ default while inotail (and tail from the GNU coreutils as of version 7.5)
+ listens to special events sent by the kernel through the inotify API to
+ determine whether a file needs to be reread.