diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-31 17:05:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-31 17:05:58 +0000 |
commit | 98bbd688a80627ec4071b7c819ee2116f5ecc6d4 (patch) | |
tree | 20b6560f2bbd14e5d9b550d9f87f7e13e3cc02ac /busybox.def.h | |
parent | 43c17b3d9649a2717961287b14b48960b611df82 (diff) | |
download | busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.tar.gz busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.tar.bz2 busybox-w32-98bbd688a80627ec4071b7c819ee2116f5ecc6d4.zip |
Commit the rewrite of tail by Allen Soard
<esp-software@mail.hypermart.net>. Thanks Allen for
you work at getting this into shape,
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 26588e98f..41ba0ce85 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -190,8 +190,8 @@ | |||
190 | // enable syslogd -R remotehost | 190 | // enable syslogd -R remotehost |
191 | #define BB_FEATURE_REMOTE_LOG | 191 | #define BB_FEATURE_REMOTE_LOG |
192 | // | 192 | // |
193 | //Simple tail implementation (2k vs 6k for the full one). Still | 193 | //Simple tail implementation (2.25k vs 3k for the full one). |
194 | //provides 'tail -f' support -- but for only one file at a time. | 194 | //Both provide 'tail -f' support (only one file at a time.) |
195 | #define BB_FEATURE_SIMPLE_TAIL | 195 | #define BB_FEATURE_SIMPLE_TAIL |
196 | // | 196 | // |
197 | // Enable support for loop devices in mount | 197 | // Enable support for loop devices in mount |