diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-20 23:41:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-20 23:41:24 +0000 |
commit | ced2cefcca08eea3e9a293af6db9637769231e05 (patch) | |
tree | 240c6ade1f934a9a93134a0f2fd5e21df0e5d769 /busybox.def.h | |
parent | 1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff) | |
download | busybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.tar.gz busybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.tar.bz2 busybox-w32-ced2cefcca08eea3e9a293af6db9637769231e05.zip |
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 7acfb2822..2c98af40d 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -186,6 +186,9 @@ | |||
186 | //Should syslogd also provide klogd support? | 186 | //Should syslogd also provide klogd support? |
187 | #define BB_FEATURE_KLOGD | 187 | #define BB_FEATURE_KLOGD |
188 | // | 188 | // |
189 | // enable syslogd -R remotehost | ||
190 | #define BB_FEATURE_REMOTE_LOG | ||
191 | // | ||
189 | //Simple tail implementation (2k vs 6k for the full one). Still | 192 | //Simple tail implementation (2k vs 6k for the full one). Still |
190 | //provides 'tail -f' support -- but for only one file at a time. | 193 | //provides 'tail -f' support -- but for only one file at a time. |
191 | #define BB_FEATURE_SIMPLE_TAIL | 194 | #define BB_FEATURE_SIMPLE_TAIL |