summaryrefslogtreecommitdiff
path: root/README
blob: 5010178004abb9578334c79f962409502ebd6089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 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 version 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.

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

License
-------
inotail is licensed under the terms of the GNU General Public License Version 2.
You can find the full text in the file LICENSE in the source tree of inotail.

-- Tobias Klauser <tklauser@distanz.ch>
> tree1eb3536ae183b0bfbf7f5152a6fe4f430ae881c2 /lib parent96f951edb1f1bdbbc99b0cd458f9808bb83d58ae (diff)
Remove all #inclusions of asm/system.h
Remove all #inclusions of asm/system.h preparatory to splitting and killing it. Performed with the following command: perl -p -i -e 's!^#\s*include\s*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *` Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'lib')