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/>
References:  <bug-271582-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271582

--- 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=3D''
*/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.

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



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