[Bug 271582] cron is not picking up schedule from file in /usr/local/etc/cron.d directory unless you touch the file

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 25 May 2023 19:20:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271582

--- Comment #10 from abhay.rathod@quest.com ---
I was able to figure out the issue. Basically my munin-master.conf file has 2
lines
---
MAILTO=''
*/5 * * * * * munin /usr/local/bin/munin-cron
---

But the 2nd line was not ending with \n and so it was not read by cron.(Not
sure why). Once I added \n, cron was able to read it successfully.

Thanks Andrew for the help.

-- 
You are receiving this mail because:
You are the assignee for the bug.