diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-13 12:22:59 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-14 16:37:09 +0100 |
commit | 0d032da9935b1511d46db7afdc95c139470fc9f0 (patch) | |
tree | 07c34f601a8c15c14d5adbd8736ebd833ed7b81e /TODO | |
parent | fuzz: commit test case for oss-fuzz issue 6884 (diff) | |
download | systemd-0d032da9935b1511d46db7afdc95c139470fc9f0.tar.gz systemd-0d032da9935b1511d46db7afdc95c139470fc9f0.tar.bz2 systemd-0d032da9935b1511d46db7afdc95c139470fc9f0.zip |
TODO: trim obsolete entries
set -e is now used in test/TEST-*/test.sh, BUILD_DIR may be specified,
and symlinks are created as of ba7f4ae6178309dc937e10cf7dce0eca9dafb8de.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -528,8 +528,6 @@ Features: * maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... * test/: - - add 'set -e' to scripts in test/ - - make stuff in test/ work with separate output dir * seems that when we follow symlinks to units we prefer the symlink destination path over /etc and /usr. We should not do that. Instead @@ -774,8 +772,6 @@ Features: * hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it https://bugs.freedesktop.org/show_bug.cgi?id=54712 -* create /sbin/init symlinks from the build system - * add a dependency on standard-conf.xml and other included files to man pages * MountFlags=shared acts as MountFlags=slave right now. |