Page MenuHomeFreeBSD

Fix crontab path
ClosedPublic

Authored by bofh on Dec 26 2023, 3:22 PM.
Referenced Files
Unknown Object (File)
Sat, Mar 7, 9:43 PM
Unknown Object (File)
Fri, Mar 6, 10:11 AM
Unknown Object (File)
Sun, Mar 1, 4:23 PM
Unknown Object (File)
Feb 8 2026, 11:07 AM
Unknown Object (File)
Feb 8 2026, 3:35 AM
Unknown Object (File)
Jan 31 2026, 11:04 AM
Unknown Object (File)
Jan 30 2026, 9:08 PM
Unknown Object (File)
Jan 28 2026, 3:49 PM
Subscribers
None

Details

Summary

In FreeBSD the crontabs are stored in /var/cron/tabs directory and not in /var directory.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bofh requested review of this revision.Dec 26 2023, 3:22 PM
bofh created this revision.

I don't think this was intended to be interpreted as a specific path (/var would've been the partition, so they're just saying that the files are on that partition of the system), but I don't know that there's any harm in being more specific.

This revision is now accepted and ready to land.Dec 27 2023, 4:06 PM
This revision was automatically updated to reflect the committed changes.