logrotate is included in CentOS 6.0 minimal iso but require a cron implementation (cronie on C6) to be functional, so cronie should be installed by default. <br />
<br />
# rpm -qf /etc/cron.daily/logrotate <br />
logrotate-3.7.8-12.el6.x86_64<br />
<br />
# rpm -qf /etc/cron.daily<br />
file /etc/cron.daily is not owned by any package<br />
<br />
cronie will pull other packages such as Postfix (there's no MTA in C6 minimal iso):<br />
<br />
=============================<br />
Package Arch <br />
=============================<br />
Installing:<br />
cronie x86_64 <br />
Installing for dependencies:<br />
cronie-anacron x86_64 <br />
crontabs noarch <br />
cyrus-sasl x86_64 <br />
mysql-libs x86_64 <br />
postfix x86_64 <br />
<br />
Transaction Summary<br />
=============================<br />
Install 6 Package(s)<br />
Upgrade 0 Package(s)<br />
<br />
Total download size: 3.4 M<br />
Installed size: 14 M
↧