X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=8339b93ca7569ef52b23e17f35a248e1614e35f9;hb=9eec671331adeb3f9a81b390758000364388a042;hp=b3c891eac4c4f298a3f8b40eb98c23d79f5b8dec;hpb=57f2a947270faf65e1876797b930e3f6d60ebd06;p=elogind.git diff --git a/TODO b/TODO index b3c891eac..8339b93ca 100644 --- a/TODO +++ b/TODO @@ -326,8 +326,6 @@ Features: * maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... -* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed - * cgtop: make cgtop useful in a container * test/: @@ -494,15 +492,6 @@ Features: - when parsing calendar timestamps support the UTC timezone (even if we will not support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200 - Modulate timer frequency based on battery state -* update the kernel's TZ (sys_tz) when DST changes - -* sync down the system time to the RTC when: - - CLOCK_REALTIME makes jumps (the user explicitely requested a time set) - - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp) - This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime - mode, it will never touch the RTC if the no reliable time source is active or the - user did not request anything like it. - * add libsystemd-password or so to query passwords during boot using the password agent logic * If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle().