projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c319601
)
The IPC_SYSLOG stuff should be off by default.
author
Eric Andersen
<andersen@codepoet.org>
Wed, 14 Mar 2001 01:16:41 +0000
(
01:16
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 14 Mar 2001 01:16:41 +0000
(
01:16
-0000)
-Erik
Config.h
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index d664df1992a0b694e19d83b96396366e10967032..13d7f0c4d938c0c91be8a51a731e6c51f0cf3b74 100644
(file)
--- 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.