aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-02 16:42:58 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-02 16:42:58 +0000
commitd5fa3e3e9a8a1548b2e405ca9684bebbf946fd4f (patch)
treef1552eda438dc59df253e2b1c85bc6b23648e96e /busybox.def.h
parent080d51bf455201ea4f815371c556effca6298dc2 (diff)
downloadbusybox-w32-d5fa3e3e9a8a1548b2e405ca9684bebbf946fd4f.tar.gz
busybox-w32-d5fa3e3e9a8a1548b2e405ca9684bebbf946fd4f.tar.bz2
busybox-w32-d5fa3e3e9a8a1548b2e405ca9684bebbf946fd4f.zip
Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 41ba0ce85..5adc3e57f 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -190,7 +190,7 @@
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 (2.25k vs 3k for the full one). 193//Simple tail implementation (2.34k vs 3k for the full one).
194//Both provide 'tail -f' support (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//