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:
0e0883e
)
Removed leftover BB_FEATURE_KLOGD per report from Giulio Orsero
author
Mark Whitley
<markw@lineo.com>
Thu, 15 Mar 2001 17:30:07 +0000
(17:30 -0000)
committer
Mark Whitley
<markw@lineo.com>
Thu, 15 Mar 2001 17:30:07 +0000
(17:30 -0000)
Config.h
patch
|
blob
|
history
Config.h.Hurd
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index bf07525b6a8ecebc2cab274b431c629203cbc846..fb60e2920793b3fcb63ad61593f927c83a57967c 100644
(file)
--- a/
Config.h
+++ b/
Config.h
@@
-195,9
+195,6
@@
//Make sure nothing is printed to the console on boot
//#define BB_FEATURE_EXTRA_QUIET
//
-//Should syslogd also provide klogd support?
-#define BB_FEATURE_KLOGD
-//
// enable syslogd -R remotehost
#define BB_FEATURE_REMOTE_LOG
//
diff --git
a/Config.h.Hurd
b/Config.h.Hurd
index 0320f8ab236f1cd7c86a56ac647b4a67e2aa277b..37806c12ee50fe3e65cbdc3db41bba939353d3f3 100644
(file)
--- a/
Config.h.Hurd
+++ b/
Config.h.Hurd
@@
-189,9
+189,6
@@
//Make sure nothing is printed to the console on boot
#define BB_FEATURE_EXTRA_QUIET
//
-//Should syslogd also provide klogd support?
-#define BB_FEATURE_KLOGD
-//
// enable syslogd -R remotehost
#define BB_FEATURE_REMOTE_LOG
//