[systemd-commits] TODO
Kay Sievers
kay at kemper.freedesktop.org
Mon Aug 6 06:10:03 PDT 2012
TODO | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit 9cb48731b29f508178731b45b0643c816800c05e
Author: Kay Sievers <kay at vrfy.org>
Date: Mon Aug 6 15:09:46 2012 +0200
TODO: /etc/timezone
diff --git a/TODO b/TODO
index 8e6914f..5a556a0 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
More information about the systemd-commits
mailing list