svn commit: r318442 - in head/etc: . cron.d

Ngie Cooper ngie at FreeBSD.org
Thu May 18 06:27:38 UTC 2017


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
 #


More information about the svn-src-all mailing list