summaryrefslogtreecommitdiffstats
path: root/rules/logrotate.in
blob: 6272bd28ceee487e5947d0885ec89a530af33ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=disk_and_file
config LOGROTATE
	tristate
	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.