Page MenuHomeFreeBSD

Fix crontab path
ClosedPublic

Authored by bofh on Dec 26 2023, 3:22 PM.
Referenced Files
Unknown Object (File)
Sun, Jul 26, 1:23 PM
Unknown Object (File)
Wed, Jul 22, 10:12 AM
Unknown Object (File)
Tue, Jul 21, 4:12 PM
Unknown Object (File)
Tue, Jul 21, 3:52 AM
Unknown Object (File)
Sun, Jul 5, 2:59 AM
Unknown Object (File)
Fri, Jul 3, 10:35 PM
Unknown Object (File)
May 15 2026, 4:59 PM
Unknown Object (File)
May 14 2026, 6:37 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.