the below comment by kentnl also works on i686... just replace arch by i686
Search Criteria
Package Details: turbotail 0.3-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-10-14)
| Package Base: | turbotail |
|---|---|
| Description: | A drop-in replacement for the original (GNU-)tail program |
| Upstream URL: | http://www.vanheusden.com/turbotail |
| Category: | system |
| Licenses: | |
| 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
Anonymous comment
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
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.