let ipkg fail when a package file to be installed is not found
[openwrt/staging/dedeckeh.git] / openwrt / package / logrotate / Config.in
1 config BR2_PACKAGE_LOGROTATE
2 prompt "logrotate......................... rotates, compresses, and mails system logs"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPOPT
6 help
7 logrotate is designed to ease administration of systems that generate
8 large numbers of log files. It allows auto-matic rotation, compression,
9 removal, and mailing of log files. Each log file may be handled
10 daily, weekly,monthly, or when it grows too large.