summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 12:41:22 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 12:42:57 -0500
commit7ba9719595ee13612c9aea786233ffdd4d77ee46 (patch)
treec03ac4cc12bf71fe6f76b8a8c52cfb9830b55dc5
parentdd7c30c36a8235652e7c1ad8e6082f32ff6de2f9 (diff)
TODO: python stuff and freeze and standby
-rw-r--r--TODO12
-rw-r--r--man/sd_journal_get_catalog.xml2
2 files changed, 13 insertions, 1 deletions
diff --git a/TODO b/TODO
index 42c5361713..f4c0dd5fb6 100644
--- a/TODO
+++ b/TODO
@@ -220,6 +220,9 @@ Features:
- systemctl: "Journal has been rotated since unit was started." message is misleading
- support "systemctl stop foobar@.service" to stop all units matching a certain template
- Something is wrong with symlink handling of "autovt@.service" in "systemctl list-unit-files"
+ - add configuration/switches to use
+ freeze (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git) and
+ standby (https://bugs.freedesktop.org/show_bug.cgi?id=57793) as suspend modes
* When shutdown.target is queued begin with an asynchronous sync()?
@@ -559,6 +562,15 @@ Features:
* drop cap bounding set in readahead and other services
+* systemd-python:
+ - export sd_journal_get_catalog (in systemd.journal._reader)
+ - export sd_journal_get_catalog_for_message_id (in systemd.id128)
+ - allow reading of only select fields in systemd.journal._reader.Reader
+ - export sd_journal_test_cursor in systemd.journal._reader.Reader
+ - export sd_journal_get_usage in systemd.journal._reader.Reader
+ - figure out a simple way to wait for journal events in a way that
+ works with ^C
+
External:
* dbus:
diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml
index fa9bbc9b2d..b3c7b58b07 100644
--- a/man/sd_journal_get_catalog.xml
+++ b/man/sd_journal_get_catalog.xml
@@ -103,7 +103,7 @@
<para><function>sd_journal_get_catalog()</function>
and
<function>sd_journal_get_catalog_for_message_id()</function>
- returns 0 on success or a negative errno-style error
+ return 0 on success or a negative errno-style error
code. If no matching message catalog entry is found
-ENOENT is returned.</para>
</refsect1>