diff options
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r-- | sysklogd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 87b9ed7ac..83640bb3f 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -20,6 +20,14 @@ config CONFIG_SYSLOGD | |||
20 | wrong. And something almost always will go wrong if | 20 | wrong. And something almost always will go wrong if |
21 | you wait long enough.... | 21 | you wait long enough.... |
22 | 22 | ||
23 | config CONFIG_FEATURE_ROTATE_LOGFILE | ||
24 | bool " Rotate message files" | ||
25 | default n | ||
26 | depends on CONFIG_SYSLOGD | ||
27 | help | ||
28 | This enables syslogd to rotate the message files | ||
29 | on his own. No need to use an external rotatescript. | ||
30 | |||
23 | config CONFIG_FEATURE_REMOTE_LOG | 31 | config CONFIG_FEATURE_REMOTE_LOG |
24 | bool " Remote Log support" | 32 | bool " Remote Log support" |
25 | default n | 33 | default n |