svn commit: r363286 - head/usr.bin/at

Allan Jude allanjude at FreeBSD.org
Fri Jul 17 20:43:01 UTC 2020


Author: allanjude
Date: Fri Jul 17 20:43:00 2020
New Revision: 363286
URL: https://svnweb.freebsd.org/changeset/base/363286

Log:
  at(1): Fix location of at(1) crontab
  
  With r318443, atrun was moved from /etc/crontab to /etc/cron.d/at,
  but the man-page was unfortunately not updated to reflect this.
  
  PR:		248048
  Submitted by:	debdrup
  Reported by:	yoitsmeremember+fbsd at gmail.com
  Reviewed by:	Pau Amma <pauamma at gundo.com>
  Sponsored by:	Klara Inc.
  Differential Revision:	https://reviews.freebsd.org/D25709

Modified:
  head/usr.bin/at/at.man

Modified: head/usr.bin/at/at.man
==============================================================================
--- head/usr.bin/at/at.man	Fri Jul 17 19:07:59 2020	(r363285)
+++ head/usr.bin/at/at.man	Fri Jul 17 20:43:00 2020	(r363286)
@@ -213,9 +213,10 @@ every five minutes.
 This implies that the granularity of
 .Nm
 might not be optimal for every deployment.
-If a finer granularity is needed, the system crontab at
-.Pa /etc/crontab
-needs to be changed.
+If a finer granularity is desired, the
+.Pa /etc/cron.d/at
+file can be edited and will be read by the system crontab, from which
+the SHELL and PATH environment variables are inherited. 
 .Sh OPTIONS
 .Bl -tag -width indent
 .It Fl q Ar queue


More information about the svn-src-all mailing list