summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2016-11-13 09:32:52 +0100
committerFranck Bui <fbui@suse.com>2016-11-17 18:16:49 +0100
commit2bcc330942d526b6004a67c92e284ad842bd5e59 (patch)
tree8fb152653123ca5b044c99804a5cac414154ab0f /NEWS
parent3b20f877ade5599dab124474055d2e56c3dcdb15 (diff)
core: in confirm_spawn, the meaning of 'n' and 's' choices are confusing
Before this patch we had: - "no" which gives "failing execution" but the command is actually assumed as succeed. - "skip" which gives "skipping", but the command is assumed to have failed, which ends up with "Failed to start ..." on the console. Now we have: - "fail" which gives "failing execution" and the command is indeed assumed as failed. - "skip" which gives "skipping execution" and the command is assumed as succeed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b10a6f538f..fbd9afa2cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
systemd System and Service Manager
+CHANGES WITH 233 in spe
+
+ * The confirmation spawn prompt has been reworked to offer the
+ following choices:
+
+ (f)ail, don't execute the command and pretend it failed
+ (s)kip, don't execute the command and pretend it succeeded
+ (y)es, execute the command
+
+ The 'n' choice for the confirmation spawn prompt has been removed,
+ because its meaning was confusing.
+
CHANGES WITH 232:
* The new RemoveIPC= option can be used to remove IPC objects owned by