The IPC_SYSLOG stuff should be off by default.
authorEric Andersen <andersen@codepoet.org>
Wed, 14 Mar 2001 01:16:41 +0000 (01:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 14 Mar 2001 01:16:41 +0000 (01:16 -0000)
 -Erik

Config.h

index d664df1992a0b694e19d83b96396366e10967032..13d7f0c4d938c0c91be8a51a731e6c51f0cf3b74 100644 (file)
--- a/Config.h
+++ b/Config.h
 #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.