chiark / gitweb /
pager: add K to less environment
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 5427d1b62fca257f7a33a27f85471ee19c069c16..2366470ae5fd85fb764c00470d4051c6caafe756 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,7 +30,6 @@ Fedora 19:
   that's sometimes kinda hard to parse for a human.
 
 * cgroup attrs:
-  - add man page for systemctl commands
   - update dbus interface docs in wiki
 
 * kernel cmdline switch to turn off predictable network interface names
@@ -50,9 +49,11 @@ Fedora 19:
 
 Features:
 
+* systemd-inhibit: refuse taking delay locks
+
 * journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
 
-* remove any syslog support from log.c
+* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
 
 * convert /etc/bash_completion.d/ to /usr/share/bash-completion/
   (systemd (and everything else) should install zero static data in /etc)
@@ -81,8 +82,6 @@ Features:
 
 * man: maybe sort directives in man pages, and take sections from --help and apply them to man too
 
-* man: systemctl: clarify that -p applies to "systemctl show" only
-
 * add "# export SYSTEMD_PAGER=" to bash login
 
 * /usr/bin/service should actually show the new command line
@@ -350,8 +349,6 @@ Features:
 
 * explore multiple service instances per listening socket idea
 
-* testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server.
-
 * shutdown: don't read-only mount anything when running in container
 
 * MountFlags=shared acts as MountFlags=slave right now.