diff options
author | Karel Zak | 2017-10-23 12:58:21 +0200 |
---|---|---|
committer | Karel Zak | 2017-10-23 12:58:21 +0200 |
commit | c5910c7f27d6000f164f510456ac723048783bb1 (patch) | |
tree | f9854a24298a6cbbe6ddc1e0b12a137d04327ac7 /bash-completion | |
parent | build-sys: move rfkill to /usr/sbin (diff) | |
parent | unshare: Allow passing <signame> to --kill-child (diff) | |
download | kernel-qcow2-util-linux-c5910c7f27d6000f164f510456ac723048783bb1.tar.gz kernel-qcow2-util-linux-c5910c7f27d6000f164f510456ac723048783bb1.tar.xz kernel-qcow2-util-linux-c5910c7f27d6000f164f510456ac723048783bb1.zip |
Merge branch 'kill-child-feature' of https://github.com/nh2/util-linux
* 'kill-child-feature' of https://github.com/nh2/util-linux:
unshare: Allow passing <signame> to --kill-child
unshare: Add --kill-child option.
signames: Make input char buffers const
kill: Extract signal names into signames.h/signames.c
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/unshare | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/unshare b/bash-completion/unshare index cd73c1d6c..3fda4a194 100644 --- a/bash-completion/unshare +++ b/bash-completion/unshare @@ -27,6 +27,7 @@ _unshare_module() --user --cgroup --fork + --kill-child --mount-proc --map-root-user --propagation |