Page MenuHomeFreeBSD

tzsetup: default to symlink
AbandonedPublic

Authored by emaste on Nov 23 2023, 7:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 11:39 AM
Unknown Object (File)
Wed, Apr 22, 1:53 AM
Unknown Object (File)
Tue, Apr 21, 8:06 PM
Unknown Object (File)
Tue, Apr 21, 2:39 PM
Unknown Object (File)
Mon, Apr 20, 1:11 PM
Unknown Object (File)
Sat, Apr 18, 6:41 PM
Unknown Object (File)
Fri, Apr 17, 1:25 AM
Unknown Object (File)
Tue, Apr 7, 4:49 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.