summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-08-06 15:09:46 +0200
committerKay Sievers <kay@vrfy.org>2012-08-06 15:09:46 +0200
commit9cb48731b29f508178731b45b0643c816800c05e (patch)
tree280525e2797c7627c7b34d8fe3658d37c27fcc3a
parentdcfc4b2e5c1af6375488c00bdc6fb8122f86c4d7 (diff)
downloadsystemd-9cb48731b29f508178731b45b0643c816800c05e.tar.gz
TODO: /etc/timezone
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8e6914ff98..5a556a054b 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
Bugfixes:
+* kill /etc/timezone handling entirely? What does it provide?
+ - /etc/localtime carries the same information already:
+ $ ls -l /etc/localtime; cat /etc/timezone
+ lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
+ Europe/Berlin
+ - systemd enforces /usr to be available at bootup, so we can
+ enforce the use of the symlink
+
* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
future; https://bugzilla.redhat.com/show_bug.cgi?id=813563