Page MenuHomeFreeBSD

Fix crontab path
ClosedPublic

Authored by bofh on Dec 26 2023, 3:22 PM.
Referenced Files
Unknown Object (File)
Oct 5 2024, 6:39 AM
Unknown Object (File)
Oct 4 2024, 4:32 PM
Unknown Object (File)
Oct 2 2024, 11:11 AM
Unknown Object (File)
Oct 2 2024, 3:54 AM
Unknown Object (File)
Sep 30 2024, 10:21 PM
Unknown Object (File)
Sep 30 2024, 5:13 AM
Unknown Object (File)
Sep 27 2024, 9:51 AM
Unknown Object (File)
Sep 21 2024, 7:01 AM
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.