Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2023 19:20:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271582] cron is not picking up schedule from file in /usr/local/etc/cron.d directory unless you touch the file
Message-ID:  <bug-271582-227-CFqwCFjPjW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271582-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271582-227-CFqwCFjPjW>