diff options
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 @@ //Should syslogd also provide klogd support? #define BB_FEATURE_KLOGD // +// enable syslogd -R remotehost +#define BB_FEATURE_REMOTE_LOG +// //Simple tail implementation (2k vs 6k for the full one). Still //provides 'tail -f' support -- but for only one file at a time. #define BB_FEATURE_SIMPLE_TAIL |