[systemd-commits] 2 commits - man/systemd.unit.xml TODO
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Oct 30 16:14:02 PDT 2012
TODO | 4 ++--
man/systemd.unit.xml | 10 +++++++++-
2 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit f8a2ebbc503c23210300ade56c1fb71c85c40a59
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 31 00:06:08 2012 +0100
man: document that Documentation= follows an order
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index f23aad9..c20efe5 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -338,7 +338,15 @@
<literal>man:</literal>. For more
information about the syntax of these
URIs see
- <citerefentry><refentrytitle>uri</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para></listitem>
+ <citerefentry><refentrytitle>uri</refentrytitle><manvolnum>7</manvolnum></citerefentry>. The
+ URIs should be listed in order of
+ relevance, starting with the most
+ relevant. It is a good idea to first
+ reference documentation that explains
+ what the unit's purpose is, followed
+ by how it is configured, followed by
+ any other related
+ documentation.</para></listitem>
</varlistentry>
<varlistentry>
commit c55b1b59b837dfd924b704d457ed77c55f8bfeab
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 31 00:04:59 2012 +0100
update TODO
diff --git a/TODO b/TODO
index 8576517..b03c6aa 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,8 @@ F18:
Features:
+* timer units should get the ability to trigger: a) when CLOCK_REALTIME makes jumps, and b) when DST jumps takes place
+
* When we begin with system shutdown all kind of suspend/hibernation should be prohibited until shutdown/reboot
* When we update the kernel all kind of hibernation should be prohibited until shutdown/reboot
@@ -29,8 +31,6 @@ Features:
- find out what to do for blockdevs and skipping scsi modaliases
- move writing code to src/libudev/libudev-hwdb-private.c
-* sudo/pam_systemd borked and yields EINVAL, kill-session= is broken
-
* sd_journal_enumerate_data() implies XZ-decoding compressed field, this sucks hard
* if booted in "quiet" mode, and an error happens, turn on status output again, so that the emergency mode isn't totally surprising
More information about the systemd-commits
mailing list