GNOME Bugzilla – Bug 541058
Support /etc and /usr on separate partitions
Last modified: 2009-08-19 08:50:01 UTC
Please describe the problem: Hi, Attached is a patch from Steve Langasek to copy rather than symlink /etc/localtime, as /etc and /usr may be on separate partitions. Please consider applying it. Thanks, James Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 113770 [details] [review] path to symlink /etc/localtime
I'd like to commit that patch, but I'm not sure it wouldn't have side-effects. What if the timezone is updated via a package upgrade, and /etc/localtime gets outdated on the long term? Just wondering...
Whatever changes the timezone should make sure that the places are in sync. Yes, there is a race if they do it in opposite orders, but that's just a flaw in the design of the system. Thanks, James
So you think that the package manager should take care of updating /etc/localtime with new data, and that it's OK for us to copy it? If so, I'll commit it tomorrow.
Yes, I believe that is the case. Thanks, James
Pushed as ef56d32ecfb3878733a84308bc17bb410f3a879c, thanks for the feedback. I'd rater ensure that upgrade tools are indeed updating the file - I'll let packagers know that it's required in the release notes.