[Bug 288670] sysutils/fcron fcron.reboot path should not be hard coded
Date: Tue, 05 Aug 2025 05:24:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288670
Bill Blake <billblake2018@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Affects Only Me |Affects Some People
--- Comment #1 from Bill Blake <billblake2018@gmail.com> ---
fcron is supposed to allow the use of multiple configurations by varying the
config file name passed on the command line and placing differing paths in that
config file. However, it does not do so for fcron.reboot, instead hard coding
it to /var/run/fcron.reboot. The effect of this is that the first instance of
fcron run after a reboot will run @reboot jobs but none of the others will.
The fix is to make that path configurable, as with other paths.
--
You are receiving this mail because:
You are the assignee for the bug.