aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-09 09:43:18 +0000
committerEric Andersen <andersen@codepoet.org>2003-10-09 09:43:18 +0000
commit29c77f71ba788fe9d63893e555c239d45905ebbc (patch)
tree02298f6f20d982cb8daed726a8d68e0abdd14798 /sysklogd/Config.in
parentdae099b2f96ba46bfdd6b598b06dc88713b2d0e8 (diff)
downloadbusybox-w32-29c77f71ba788fe9d63893e555c239d45905ebbc.tar.gz
busybox-w32-29c77f71ba788fe9d63893e555c239d45905ebbc.tar.bz2
busybox-w32-29c77f71ba788fe9d63893e555c239d45905ebbc.zip
Arnd Ben Otto writes:
Hi Eric I have written a small patch for the Busybox syslogd. With this patch one can limit the size of the messagfile. As soon as the limit is reached the syslogd can rotate or purge the messagefile(s) on his own. There is no necessity to use an external rotatescript. Even if logread does something similar, its very handy to have some messagefile after your box crash. I wrote this patch initial vor BB 0.6x where no cron daemon was avail. Now I adapted it for the new Version and i hope it is still useful. At least I still use it :-) bye Arnd
Diffstat (limited to 'sysklogd/Config.in')
-rw-r--r--sysklogd/Config.in8
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
23config 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
23config CONFIG_FEATURE_REMOTE_LOG 31config CONFIG_FEATURE_REMOTE_LOG
24 bool " Remote Log support" 32 bool " Remote Log support"
25 default n 33 default n