This script is for Slackware 13.37 only and may be outdated.

SlackBuilds Repository

13.37 > System > cronie (1.4.8)

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 do want
this, pass ANACRON=no to the SlackBuild.

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

Stop the dcron daemon:
# ps x | grep cron
# kill <cron_pid>
Remove the dcron package:
# removepkg dcron
# rm -rf /var/spool/cron

Slackware's boot script assumes that you have dcron and thus has to be
modified:

Change this line in /etc/rc.d/rc.M

/usr/sbin/crond -l notice

to:

/usr/sbin/crond

Maintained by: Chris Abela
Keywords: cronie,cron,anacron,vixie,vixie-cron
ChangeLog: cronie

Homepage:
https://fedorahosted.org/cronie/

Source Downloads:
cronie-1.4.8.tar.gz (9b1d2ce6db8d1883e06635f437170657)

Download SlackBuild:
cronie.tar.gz
cronie.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
cronie.SlackBuild
cronie.info
doinst.sh
slack-desc

Validated for Slackware 13.37

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds