Date: Sat, 27 Sep 2025 11:01:42 GMT From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7a5bdaf1d7dd - stable/13 - cron: Fix comment from "root's" to "system" crontab Message-ID: <202509271101.58RB1gjx008694@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=7a5bdaf1d7dd024c34c53e4eb2baeb2f427df2fa commit 7a5bdaf1d7dd024c34c53e4eb2baeb2f427df2fa Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2025-09-13 00:38:48 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2025-09-27 11:01:12 +0000 cron: Fix comment from "root's" to "system" crontab It is referred to in the documentation as the system crontab, not root's crontab. PR: 289099 Reviewed by: emaste Approved by: emaste (mentor) Fixes: d33daab9348a ("Call /etc/crontab the "system crontab", not "root's crontab". While here, fix some other wording issues") MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D52503 (cherry picked from commit c806defe8fee62c4738f46e555d69b085e8d1259) --- usr.sbin/cron/cron/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/cron/cron/crontab b/usr.sbin/cron/cron/crontab index 2f4bc71d8722..e37d3fd67543 100644 --- a/usr.sbin/cron/cron/crontab +++ b/usr.sbin/cron/cron/crontab @@ -1,4 +1,4 @@ -# /etc/crontab - root's crontab for FreeBSD +# /etc/crontab - system crontab for FreeBSD # # SHELL=/bin/sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509271101.58RB1gjx008694>