diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-07 13:22:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-07 13:22:56 +0000 |
commit | bb4b9f1fc9fab0619c74f56e87515ebe75cdb8f8 (patch) | |
tree | e04b2e034a664359be645ece3bf66759ed376478 /sysklogd | |
parent | e16e6e79e456ee29646d0008437145ed282e8a6b (diff) | |
download | busybox-w32-bb4b9f1fc9fab0619c74f56e87515ebe75cdb8f8.tar.gz busybox-w32-bb4b9f1fc9fab0619c74f56e87515ebe75cdb8f8.tar.bz2 busybox-w32-bb4b9f1fc9fab0619c74f56e87515ebe75cdb8f8.zip |
- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
The upper-bound doesn't look like it is working since it accepts LONG_MAX as input. I suspect that this is an lxdialog feature or something like that ;)
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/Config.in b/sysklogd/Config.in index 29c4d9b0e..78097eea1 100644 --- a/sysklogd/Config.in +++ b/sysklogd/Config.in | |||
@@ -59,6 +59,7 @@ config FEATURE_IPC_SYSLOG | |||
59 | config FEATURE_IPC_SYSLOG_BUFFER_SIZE | 59 | config FEATURE_IPC_SYSLOG_BUFFER_SIZE |
60 | int " Circular buffer size in Kbytes (minimum 4KB)" | 60 | int " Circular buffer size in Kbytes (minimum 4KB)" |
61 | default 16 | 61 | default 16 |
62 | range 4 2147483647 | ||
62 | depends on FEATURE_IPC_SYSLOG | 63 | depends on FEATURE_IPC_SYSLOG |
63 | help | 64 | help |
64 | This option sets the size of the circular buffer | 65 | This option sets the size of the circular buffer |