summaryrefslogtreecommitdiffstats
path: root/rules/logrotate.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-09-04 15:32:20 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-09-04 15:32:20 +0000
commitd63777b8d7086b05d221ebc49d981bd389f119ac (patch)
tree5864e91e3a79f9039ef2e8f5daa7a70a6fb710aa /rules/logrotate.in
parent5e885921d271407ba1e284d152cdc7c2163bafae (diff)
downloadptxdist-d63777b8d7086b05d221ebc49d981bd389f119ac.tar.gz
ptxdist-d63777b8d7086b05d221ebc49d981bd389f119ac.tar.xz
* logrotate.in, logrotate.make, Kconfig:
ported from 0.9-trunk git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6029 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/logrotate.in')
-rw-r--r--rules/logrotate.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/logrotate.in b/rules/logrotate.in
new file mode 100644
index 000000000..1f66a1996
--- /dev/null
+++ b/rules/logrotate.in
@@ -0,0 +1,12 @@
+config LOGROTATE
+ bool
+ prompt "logrotate "
+ select LIBPOPT
+ help
+ The logrotate utility is designed to simplify the
+ administration of log files on a system which generates a lot
+ of log files. Logrotate allows for the automatic rotation
+ compression, removal and mailing of log files. Logrotate can
+ be set to handle a log file daily, weekly, monthly or when the
+ log file gets to a certain size. Normally, logrotate runs as
+ a daily cron job.