]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2023 13:29:21 +0000 (15:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 10 Aug 2023 13:29:27 +0000 (15:29 +0200)
TODO

diff --git a/TODO b/TODO
index 1fde92ab718700e19ec576c43b2b82ac7ba895b1..20cc25609fce6f9dae01b93cb5b9df2b050d21a5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -88,6 +88,11 @@ Janitorial Clean-ups:
   string_hash_ops_free everywhere, so that destruction is implicit rather than
   explicit. Similar, for other special hashmap/set/ordered_hashmap destructors.
 
+* generators sometimes apply C escaping and somethines specifier escaping to
+  paths and similar strings they write out. Sometimes both. We should clean
+  this up, and should probably always apply both, i.e. introduce
+  unit_file_escape() or so, which applies both.
+
 Deprecations and removals:
 
 * Remove any support for booting without /usr pre-mounted in the initrd entirely.