From: Eric Andersen Date: Wed, 14 Mar 2001 01:16:41 +0000 (-0000) Subject: The IPC_SYSLOG stuff should be off by default. X-Git-Tag: 0_50~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c09e0eeaa3bc23fc3137ad823a6a597d6420e37;p=oweals%2Fbusybox.git The IPC_SYSLOG stuff should be off by default. -Erik --- diff --git a/Config.h b/Config.h index d664df199..13d7f0c4d 100644 --- a/Config.h +++ b/Config.h @@ -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.