summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-19 02:45:27 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-19 02:45:49 -0400
commit6aaa8c2f783cd1b3ac27c5ce40625d032e7e3d71 (patch)
tree704a842601b5ce7ca739c1ab4ba0e675493cb734 /TODO
parent61ad59b1314060958c6e1b1b480074e230b6ed3e (diff)
core: add %v specifier
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5de106e122..b086b933bb 100644
--- a/TODO
+++ b/TODO
@@ -60,7 +60,7 @@ Features:
* given that logind/machined now let PID 1 do all nasty work we can
probably reduce the capability set they retain substantially.
-* btfs raid assembly: some .device jobs stay stuck in the queue
+* btrfs raid assembly: some .device jobs stay stuck in the queue
* Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
@@ -80,8 +80,6 @@ Features:
* journald: optionally, when messages with a high log priority are logged, sync() immediately.
-* introduce %v resolving to the string returned by "uname -r"
-
* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
* do we really need both hasprefix() and startswith()?