The following packages will be installed: cronie Fetching README... 0%100%100%100%100%100%Done Fetching cronie.SlackBuild... 0%100%100%100%100%100%Done Fetching cronie.info... 0%100%100%100%100%100%Done Fetching crontab.root... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching run-parts... 0%100%100%100%100%100%Done Fetching run-parts.8... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done %README% 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: # kill $(pgrep crond) # 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 cronie-1.5.4/ cronie-1.5.4/anacron/ cronie-1.5.4/anacron/ChangeLog.anacron cronie-1.5.4/anacron/Makefile.am cronie-1.5.4/anacron/Makefile.in cronie-1.5.4/anacron/gregor.c cronie-1.5.4/anacron/lock.c cronie-1.5.4/anacron/log.c cronie-1.5.4/anacron/main.c cronie-1.5.4/anacron/matchrx.c cronie-1.5.4/anacron/readtab.c cronie-1.5.4/anacron/runjob.c cronie-1.5.4/anacron/global.h cronie-1.5.4/anacron/gregor.h cronie-1.5.4/anacron/matchrx.h cronie-1.5.4/contrib/ cronie-1.5.4/contrib/anacrontab cronie-1.5.4/contrib/0anacron cronie-1.5.4/contrib/0hourly cronie-1.5.4/contrib/dailyjobs cronie-1.5.4/contrib/cronie.systemd cronie-1.5.4/pam/ cronie-1.5.4/pam/crond cronie-1.5.4/Makefile.am cronie-1.5.4/configure cronie-1.5.4/configure.ac cronie-1.5.4/aclocal.m4 cronie-1.5.4/cronie_common.h cronie-1.5.4/Makefile.in cronie-1.5.4/config.h.in cronie-1.5.4/AUTHORS cronie-1.5.4/COPYING cronie-1.5.4/ChangeLog cronie-1.5.4/INSTALL cronie-1.5.4/NEWS cronie-1.5.4/README cronie-1.5.4/compile cronie-1.5.4/config.guess cronie-1.5.4/config.sub cronie-1.5.4/depcomp cronie-1.5.4/install-sh cronie-1.5.4/missing cronie-1.5.4/cronie.init cronie-1.5.4/crond.sysconfig cronie-1.5.4/src/ cronie-1.5.4/src/Makefile.am cronie-1.5.4/src/Makefile.in cronie-1.5.4/src/cron.c cronie-1.5.4/src/database.c cronie-1.5.4/src/user.c cronie-1.5.4/src/job.c cronie-1.5.4/src/do_command.c cronie-1.5.4/src/popen.c cronie-1.5.4/src/security.c cronie-1.5.4/src/entry.c cronie-1.5.4/src/env.c cronie-1.5.4/src/misc.c cronie-1.5.4/src/pw_dup.c cronie-1.5.4/src/externs.h cronie-1.5.4/src/funcs.h cronie-1.5.4/src/globals.h cronie-1.5.4/src/macros.h cronie-1.5.4/src/pathnames.h cronie-1.5.4/src/structs.h cronie-1.5.4/src/bitstring.h cronie-1.5.4/src/cronnext.c cronie-1.5.4/src/crontab.c cronie-1.5.4/man/ cronie-1.5.4/man/Makefile.am cronie-1.5.4/man/crontab.1 cronie-1.5.4/man/crontab.5 cronie-1.5.4/man/cron.8 cronie-1.5.4/man/crond.8 cronie-1.5.4/man/cronnext.1 cronie-1.5.4/man/anacrontab.5 cronie-1.5.4/man/anacron.8 cronie-1.5.4/man/Makefile.in checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... i586-slackware-linux-gnu checking host system type... i586-slackware-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking selinux/selinux.h usability... no checking selinux/selinux.h presence... no checking for selinux/selinux.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking sys/audit.h usability... no checking sys/audit.h presence... no checking for sys/audit.h... no checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for sys/stat.h... (cached) yes checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking sys/stropts.h usability... no checking sys/stropts.h presence... no checking for sys/stropts.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timers.h usability... no checking sys/timers.h presence... no checking for sys/timers.h... no checking for sys/types.h... (cached) yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fchown... yes checking for fchgrp... no checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_gmtoff... yes checking for vi... /usr/bin/vi checking username to run under... daemon checking groupname to run under... daemon checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating anacron/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' Making all in src make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' creating cron-paths.h make all-am make[3]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' CC crontab.o CC security.o CC entry.o CC env.o CC misc.o CC pw_dup.o CCLD crontab CC cronnext.o CC database.o CC user.o CC job.o CCLD cronnext CC cron.o CC do_command.o CC popen.o CCLD crond make[3]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' Making all in man make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' Making all in anacron make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' creating anacron-paths.h make all-am make[3]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' CC gregor.o CC lock.o CC log.o CC main.o CC matchrx.o CC readtab.o CC runjob.o CCLD anacron make[3]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' Making install in src make[1]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' make install-am make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' make[3]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/bin' /usr/bin/ginstall -c crontab cronnext '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/bin' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/sbin' /usr/bin/ginstall -c crond '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/src' Making install in man make[1]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man1' /usr/bin/ginstall -c -m 644 crontab.1 cronnext.1 '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man1' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man5' /usr/bin/ginstall -c -m 644 crontab.5 anacrontab.5 '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man5' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man8' /usr/bin/ginstall -c -m 644 cron.8 crond.8 anacron.8 '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/man/man8' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/man' Making install in anacron make[1]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make install-am make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[3]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' /usr/bin/mkdir -p '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/sbin' /usr/bin/ginstall -c anacron '/usr/src/slapt-src-i486/system/cronie/package-cronie/usr/sbin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4/anacron' make[1]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' make[2]: Entering directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' make[1]: Leaving directory '/usr/src/slapt-src-i486/system/cronie/cronie-1.5.4' Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/cronie/cronie-1.5.4-i586-1salix15.0.txz ./ etc/ etc/cron.d/ etc/cron.daily/ etc/cron.deny.new etc/cron.hourly/ etc/cron.monthly/ etc/cron.weekly/ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/cronnext usr/bin/crontab usr/bin/run-parts usr/doc/ usr/doc/cronie-1.5.4/ usr/doc/cronie-1.5.4/AUTHORS usr/doc/cronie-1.5.4/COPYING usr/doc/cronie-1.5.4/ChangeLog usr/doc/cronie-1.5.4/INSTALL usr/doc/cronie-1.5.4/NEWS usr/doc/cronie-1.5.4/README usr/doc/cronie-1.5.4/cronie.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/cronnext.1.gz usr/man/man1/crontab.1.gz usr/man/man5/ usr/man/man5/anacrontab.5.gz usr/man/man5/crontab.5.gz usr/man/man8/ usr/man/man8/anacron.8.gz usr/man/man8/cron.8.gz usr/man/man8/crond.8.gz usr/man/man8/run-parts.8.gz usr/sbin/ usr/sbin/anacron usr/sbin/crond var/ var/spool/ var/spool/cron/ var/spool/cron/root.new WARNING: zero length file etc/cron.deny.new Slackware package /usr/src/slapt-src-i486/system/cronie/cronie-1.5.4-i586-1salix15.0.txz created. Installing package cronie-1.5.4-i586-1salix15.0... | 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. | | Homepage: https://github.com/cronie-crond/cronie | | | | | WARNING: File already exist usr/bin/crontab (it will be replaced) WARNING: File already exist usr/bin/run-parts (it will be replaced) WARNING: File already exist usr/man/man1/crontab.1.gz (it will be replaced) WARNING: File already exist usr/man/man8/crond.8.gz (it will be replaced) WARNING: File already exist usr/man/man8/run-parts.8.gz (it will be replaced) WARNING: File already exist usr/sbin/crond (it will be replaced)