summaryrefslogtreecommitdiffstats
path: root/sys-utils/rfkill.8
diff options
context:
space:
mode:
authorSami Kerola2017-07-04 22:43:56 +0200
committerSami Kerola2017-08-30 21:32:49 +0200
commitf806a238f7dea936cbc15ad91590c40ac27c2e8d (patch)
tree2089efa99a863a0398e5baa3813894b6e4ed4b17 /sys-utils/rfkill.8
parentrfkill: use back and forward compatible test (diff)
downloadkernel-qcow2-util-linux-f806a238f7dea936cbc15ad91590c40ac27c2e8d.tar.gz
kernel-qcow2-util-linux-f806a238f7dea936cbc15ad91590c40ac27c2e8d.tar.xz
kernel-qcow2-util-linux-f806a238f7dea936cbc15ad91590c40ac27c2e8d.zip
rfkill: check id number refers to a device that exists
Earlier all commands happily accepted without detecting failure when none-existing id number was used. For example: $ rfkill block 2017; echo $? 0 The same input after this change looks following. $ rfkill block 2017; echo $? rfkill: invalid identifier: 2017 1 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/rfkill.8')
0 files changed, 0 insertions, 0 deletions