abinfo "Installing various configuration, state directories ..."
mkdir -pv "$PKGDIR"/etc/logrotate.d
mkdir -pv "$PKGDIR"/etc/cron.daily

abinfo "Installing /etc/logrotate.conf ..."
install -pvm644 "$SRCDIR"/examples/logrotate.conf \
    "$PKGDIR"/etc/logrotate.conf

abinfo "Installing /etc/cron.daily/logrotate ..."
install -pvm755 "$SRCDIR"/examples/logrotate.cron \
   "$PKGDIR"/etc/cron.daily/logrotate
