[pkg-cryptsetup-devel] Bug#949623: Bug#949623: cryptsetup: cryptdisks_stop/start bash completion broken
Christoph Anton Mitterer
calestyo at scientia.net
Wed Jan 22 22:08:32 GMT 2020
On Wed, 2020-01-22 at 22:53 +0100, Guilhem Moulin wrote:
> Did you source /usr/share/bash-completion/completions/cryptdisks?
Well not manually... I do have
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
in .bashrc, and that's enough for all other completions... e.g. the one
for cryptsetup work (more or less).
> Is
> the TABFILE environment variable set to something else than your
> normal
> crypttab(5)?
It's unset.
Thanks,
Chris.
More information about the pkg-cryptsetup-devel
mailing list