Page MenuHomeFreeBSD

Fix crontab path
ClosedPublic

Authored by bofh on Dec 26 2023, 3:22 PM.
Referenced Files
Unknown Object (File)
Mon, Apr 27, 11:28 PM
Unknown Object (File)
Thu, Apr 23, 6:38 AM
Unknown Object (File)
Thu, Apr 23, 3:55 AM
Unknown Object (File)
Wed, Apr 22, 10:36 PM
Unknown Object (File)
Mon, Apr 20, 12:30 PM
Unknown Object (File)
Fri, Apr 17, 12:11 PM
Unknown Object (File)
Thu, Apr 16, 7:30 AM
Unknown Object (File)
Wed, Apr 15, 7:20 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.