[Bug 656538] Re: ktutil bash_completion broken
Peter Cordes
peter at cordes.ca
Sat Nov 29 11:48:55 UTC 2014
/usr/share/bash-completion/completions/ktutil has
complete -F _ktutil ktutil
so this was fixed at some point.
** Changed in: bash-completion (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/656538
Title:
ktutil bash_completion broken
Status in bash-completion package in Ubuntu:
Fix Released
Bug description:
when attempting to complete a path to a keytab file to use, the
completion treats directories as files. For example:
ktutil -k /et<tab>
will result in a completion of
"ktutil -k /etc "
instead of
"ktutil -k /etc/"
I'm not 100% sure, but I changed the following line in
/etc/bash_completion.d/heimdal:
124c124
< complete -o filenames -F _ktutil ktutil
---
> complete -F _ktutil ktutil
That seems to keep everything working as it should, plus auto-
completes directories properly.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: heimdal-clients 1.4.0~git20100605.dfsg.1-2
ProcVersionSignature: Ubuntu 2.6.35-22.32-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Oct 7 14:35:21 2010
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: heimdal
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/656538/+subscriptions
More information about the foundations-bugs
mailing list