Page MenuHomeFreeBSD

tzsetup: default to symlink
AbandonedPublic

Authored by emaste on Nov 23 2023, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 9:44 PM
Unknown Object (File)
Sun, Nov 2, 8:00 PM
Unknown Object (File)
Sat, Nov 1, 7:40 PM
Unknown Object (File)
Tue, Oct 28, 9:58 PM
Unknown Object (File)
Tue, Oct 28, 3:22 AM
Unknown Object (File)
Mon, Oct 27, 7:11 PM
Unknown Object (File)
Mon, Oct 27, 3:29 PM
Unknown Object (File)
Mon, Oct 27, 9:42 AM
Subscribers

Details

Reviewers
None
Summary

Use a symlink for /etc/localtime unless it already exists and isn't a symlink.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.

I, perhaps naively, still prefer your approach in https://reviews.freebsd.org/D37005. However, I may not appreciate valid cases where /usr might not be mounted. This is certainly a step in the right direction.

Doing something like this change (or D37004) now doesn't preclude D37005 from going in later.