          MODULE=logrotate
         VERSION=3.22.0
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/logrotate/logrotate/releases/download/$VERSION/
      SOURCE_VFY=sha256:93154424e73094d923a54de0d358007457282df7e14ee999a7c10d153e2c347e
        WEB_SITE=https://github.com/logrotate/logrotate/
         ENTERED=20021231
         UPDATED=20240728
           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
