Author: ngie
Date: Thu May 18 06:27:37 2017
New Revision: 318442
URL: https://svnweb.freebsd.org/changeset/base/318442

Log:
  Revert r318441: the commit message was incoherent

Deleted:
  head/etc/cron.d/
Modified:
  head/etc/Makefile
  head/etc/crontab

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile   Thu May 18 06:25:39 2017        (r318441)
+++ head/etc/Makefile   Thu May 18 06:27:37 2017        (r318442)
@@ -8,7 +8,6 @@ FILESGROUPS=    FILES
 # No need as it is empty and just causes rebuilds since this file does so much.
 UPDATE_DEPENDFILE=     no
 SUBDIR=        \
-       cron.d \
        newsyslog.conf.d \
        syslog.d
 

Modified: head/etc/crontab
==============================================================================
--- head/etc/crontab    Thu May 18 06:25:39 2017        (r318441)
+++ head/etc/crontab    Thu May 18 06:27:37 2017        (r318442)
@@ -7,6 +7,8 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
 #
 #minute        hour    mday    month   wday    who     command
 #
+*/5    *       *       *       *       root    /usr/libexec/atrun
+#
 # Save some entropy so that /dev/random can re-seed on boot.
 */11   *       *       *       *       operator /usr/libexec/save-entropy
 #
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to