diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-15 15:36:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-15 15:36:28 +0000 |
commit | efc82b9580fa141dae724d26dbb697ed27c3f93f (patch) | |
tree | 314ac0d825413d452c8fee70dddefbc32efd78c9 /openwrt/package/logrotate/Config.in | |
parent | d4cfc752103b0e437d41779bec821f826202c8d5 (diff) | |
download | mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.zip mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.gz mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.bz2 |
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser
SVN-Revision: 3243
Diffstat (limited to 'openwrt/package/logrotate/Config.in')
-rw-r--r-- | openwrt/package/logrotate/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/logrotate/Config.in b/openwrt/package/logrotate/Config.in new file mode 100644 index 0000000..7a210b7 --- /dev/null +++ b/openwrt/package/logrotate/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LOGROTATE + prompt "logrotate......................... rotates, compresses, and mails system logs" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPOPT + help + logrotate is designed to ease administration of systems that generate + large numbers of log files. It allows auto-matic rotation, compression, + removal, and mailing of log files. Each log file may be handled + daily, weekly,monthly, or when it grows too large. |