diff options
author | Eric Andersen | 2001-03-14 01:16:41 +0000 |
---|---|---|
committer | Eric Andersen | 2001-03-14 01:16:41 +0000 |
commit | 9c09e0eeaa3bc23fc3137ad823a6a597d6420e37 (patch) | |
tree | 8c3c73869021baa895208e90935c5eab611c123a | |
parent | c319601db5296e9d26c7ce0738c4507b51958dda (diff) | |
download | busybox-9c09e0eeaa3bc23fc3137ad823a6a597d6420e37.zip busybox-9c09e0eeaa3bc23fc3137ad823a6a597d6420e37.tar.gz |
The IPC_SYSLOG stuff should be off by default.
-Erik
-rw-r--r-- | Config.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -199,11 +199,10 @@ #define BB_FEATURE_KLOGD // // enable syslogd -R remotehost -// #define BB_FEATURE_REMOTE_LOG -// enable syslogd -C -#define BB_FEATURE_IPC_SYSLOG // +// enable syslogd -C +//#define BB_FEATURE_IPC_SYSLOG // //Simple tail implementation (2.34k vs 3k for the full one). //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. |