aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/Config.src (renamed from sysklogd/Config.in)16
-rw-r--r--sysklogd/Kbuild.src (renamed from sysklogd/Kbuild)0
2 files changed, 8 insertions, 8 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.src
index b500d5471..af00d65bb 100644
--- a/sysklogd/Config.in
+++ b/sysklogd/Config.src
@@ -7,7 +7,7 @@ menu "System Logging Utilities"
7 7
8config SYSLOGD 8config SYSLOGD
9 bool "syslogd" 9 bool "syslogd"
10 default n 10 default y
11 help 11 help
12 The syslogd utility is used to record logs of all the 12 The syslogd utility is used to record logs of all the
13 significant events that occur on a system. Every 13 significant events that occur on a system. Every
@@ -22,7 +22,7 @@ config SYSLOGD
22 22
23config FEATURE_ROTATE_LOGFILE 23config FEATURE_ROTATE_LOGFILE
24 bool "Rotate message files" 24 bool "Rotate message files"
25 default n 25 default y
26 depends on SYSLOGD 26 depends on SYSLOGD
27 help 27 help
28 This enables syslogd to rotate the message files 28 This enables syslogd to rotate the message files
@@ -30,7 +30,7 @@ config FEATURE_ROTATE_LOGFILE
30 30
31config FEATURE_REMOTE_LOG 31config FEATURE_REMOTE_LOG
32 bool "Remote Log support" 32 bool "Remote Log support"
33 default n 33 default y
34 depends on SYSLOGD 34 depends on SYSLOGD
35 help 35 help
36 When you enable this feature, the syslogd utility can 36 When you enable this feature, the syslogd utility can
@@ -44,7 +44,7 @@ config FEATURE_REMOTE_LOG
44 44
45config FEATURE_SYSLOGD_DUP 45config FEATURE_SYSLOGD_DUP
46 bool "Support -D (drop dups) option" 46 bool "Support -D (drop dups) option"
47 default n 47 default y
48 depends on SYSLOGD 48 depends on SYSLOGD
49 help 49 help
50 Option -D instructs syslogd to drop consecutive messages 50 Option -D instructs syslogd to drop consecutive messages
@@ -62,7 +62,7 @@ config FEATURE_SYSLOGD_READ_BUFFER_SIZE
62 62
63config FEATURE_IPC_SYSLOG 63config FEATURE_IPC_SYSLOG
64 bool "Circular Buffer support" 64 bool "Circular Buffer support"
65 default n 65 default y
66 depends on SYSLOGD 66 depends on SYSLOGD
67 help 67 help
68 When you enable this feature, the syslogd utility will 68 When you enable this feature, the syslogd utility will
@@ -95,7 +95,7 @@ config LOGREAD
95 95
96config FEATURE_LOGREAD_REDUCED_LOCKING 96config FEATURE_LOGREAD_REDUCED_LOCKING
97 bool "Double buffering" 97 bool "Double buffering"
98 default n 98 default y
99 depends on LOGREAD 99 depends on LOGREAD
100 help 100 help
101 'logread' ouput to slow serial terminals can have 101 'logread' ouput to slow serial terminals can have
@@ -106,7 +106,7 @@ config FEATURE_LOGREAD_REDUCED_LOCKING
106 106
107config KLOGD 107config KLOGD
108 bool "klogd" 108 bool "klogd"
109 default n 109 default y
110 help 110 help
111 klogd is a utility which intercepts and logs all 111 klogd is a utility which intercepts and logs all
112 messages from the Linux kernel and sends the messages 112 messages from the Linux kernel and sends the messages
@@ -116,7 +116,7 @@ config KLOGD
116 116
117config LOGGER 117config LOGGER
118 bool "logger" 118 bool "logger"
119 default n 119 default y
120 select FEATURE_SYSLOG 120 select FEATURE_SYSLOG
121 help 121 help
122 The logger utility allows you to send arbitrary text 122 The logger utility allows you to send arbitrary text
diff --git a/sysklogd/Kbuild b/sysklogd/Kbuild.src
index d802198e6..d802198e6 100644
--- a/sysklogd/Kbuild
+++ b/sysklogd/Kbuild.src