Package Details: turbotail 0.3-3

Package Base: turbotail
Description: A drop-in replacement for the original (GNU-)tail program
Upstream URL: http://www.vanheusden.com/turbotail
Category: system
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 7
First Submitted: 2006-06-22 12:54
Last Updated: 2013-08-10 20:12

Dependencies (1)

Required by (1)

Sources

Latest Comments

Anonymous comment

2012-12-15 15:51

the below comment by kentnl also works on i686... just replace arch by i686

Anonymous comment

2012-12-06 06:10

Assuming that its not out of date and people still need it, the PKGBUILD needs 2 modifications to work

-depends('fam')
+depends('gamin')
+license=('GPL')
+arch=('x86_64')

At least. Works, on x86_64.

Comment by philomath

2012-08-02 12:02

Isn't this thing outdated?
It was created when plain tail used to poll every second for changes. but now (since coreutils 7.5) tail uses inotify, which is even better than dnotify/fam.