slackbuilds/system/cronie
B. Watson 7ff377a991
system/cronie: Updated for version 1.7.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-16 10:22:21 +07:00
..
README system/cronie: Updated for version 1.6.1, new maintainer. 2023-08-12 08:29:52 +07:00
add-l-option.diff system/cronie: Updated for version 1.6.1, new maintainer. 2023-08-12 08:29:52 +07:00
crond.default system/cronie: Updated for version 1.6.1, new maintainer. 2023-08-12 08:29:52 +07:00
cronie.SlackBuild system/cronie: Updated for version 1.7.1. 2024-03-16 10:22:21 +07:00
cronie.info system/cronie: Updated for version 1.7.1. 2024-03-16 10:22:21 +07:00
crontab.root
doinst.sh system/cronie: Updated for version 1.6.1, new maintainer. 2023-08-12 08:29:52 +07:00
rc.crond system/cronie: Updated for version 1.6.1, new maintainer. 2023-08-12 08:29:52 +07:00
run-parts
run-parts.8
slack-desc

README

cronie (The standard UNIX cron daemon)

Cronie contains the standard UNIX daemon crond that runs specified
programs at scheduled times and related tools. It is based on the
original cron and has security and configuration enhancements like the
ability to use pam and SELinux.

By default this SlackBuild will include anacron in the package. If you
don't want this, pass ANACRON=no to the SlackBuild.

Note that Slackware has dcron - Dillon's Cron daemon. This package will
conflict with dcron, so it is advised to remove dcron before installing
cronie:

  Stop the dcron daemon and remove the dcron package:
  # /etc/rc.d/rc.crond stop
  # removepkg dcron
  # rm -rf /var/spool/cron