default_install &&

chgrp crontab "$INSTALL_ROOT/usr/bin/crontab" &&
chmod g+s "$INSTALL_ROOT/usr/bin/crontab" &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SPELL_DIRECTORY/init.d/cronie.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/cronie"
fi &&

install -vm 755 -d "$INSTALL_ROOT/etc/cron.d" &&
install -vm 770 -o daemon -g crontab -d "$INSTALL_ROOT/var/spool/cron" &&

if list_find "$CRONIE_OPTS" "--with-syscrontab"; then
  install_config_file "$SPELL_DIRECTORY/crontab" "$INSTALL_ROOT/etc/crontab"
fi
