Date: Mon, 25 Aug 2025 17:46:16 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 289099] /etc/crontab line 1 comment is wrong: easy fix Message-ID: <bug-289099-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289099 Bug ID: 289099 Summary: /etc/crontab line 1 comment is wrong: easy fix Product: Base System Version: 14.3-RELEASE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: wbe@psr.com Line 1 of /etc/crontab incorrectly says "root's crontab". No, it's the "system crontab" which is actually handled specially. User root has (or can have) its own, separate, crontab which would be in /var/cron/tabs/root. I suggest: --- crontab~ 2025-08-25 13:31:39.483083000 -0400 +++ crontab 2025-08-25 13:31:21.907434000 -0400 @@ -1,4 +1,4 @@ -# /etc/crontab - root's crontab for FreeBSD +# /etc/crontab - the system crontab for FreeBSD # # SHELL=/bin/sh -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289099-227>
