Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 06:27:37 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318442 - in head/etc: . cron.d
Message-ID:  <201705180627.v4I6RbXH062628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705180627.v4I6RbXH062628>