          MODULE=logrotate
         VERSION=3.8.1
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=logrotate-3.8.1-noasprintf.patch
      SOURCE_URL=https://fedorahosted.org/releases/l/o/logrotate
     SOURCE2_URL=$PATCH_URL
      SOURCE_VFY=sha1:1df36cee76a9c4c7438f35ca3599a7bdd68a09b5
     SOURCE2_VFY=sha1:f93fa2833b9926ef12dcfd1c24aeb09499491c8b
        WEB_SITE=https://iain.cx/src/logrotate/
         ENTERED=20021231
         UPDATED=20110930
           SHORT="Automatic rotation, compression and removal of log files"

cat << EOF
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.
EOF
