summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2017-09-27 11:25:08 +0200
committerKarel Zak2017-09-27 11:25:08 +0200
commitce87b20a7bc5c7c4b9fc0df81402d9ac375336a1 (patch)
tree082f5bdab298a5e87fa615ad734ee4fbad5c1a7c /Documentation/TODO
parentcfdisk: cleanup die-on-signal code (diff)
downloadkernel-qcow2-util-linux-ce87b20a7bc5c7c4b9fc0df81402d9ac375336a1.tar.gz
kernel-qcow2-util-linux-ce87b20a7bc5c7c4b9fc0df81402d9ac375336a1.tar.xz
kernel-qcow2-util-linux-ce87b20a7bc5c7c4b9fc0df81402d9ac375336a1.zip
docs: add exec() exit codes to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 9d381562f..73714af0f 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -141,6 +141,13 @@ docs
- (!) add API documentation to libuuid
+exit codes
+----------
+
+ - we need coreutils-like exit codes for failed exec(). See:
+ https://www.spinics.net/lists/util-linux-ng/msg12776.html
+ and original attempt:
+ https://github.com/karelzak/util-linux/pull/311
login-utils:
-----------