]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: in confirm_spawn, the meaning of 'n' and 's' choices are confusing
authorFranck Bui <fbui@suse.com>
Sun, 13 Nov 2016 08:32:52 +0000 (09:32 +0100)
committerFranck Bui <fbui@suse.com>
Thu, 17 Nov 2016 17:16:49 +0000 (18:16 +0100)
commit2bcc330942d526b6004a67c92e284ad842bd5e59
tree8fb152653123ca5b044c99804a5cac414154ab0f
parent3b20f877ade5599dab124474055d2e56c3dcdb15
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.
NEWS
src/core/execute.c