Bug 922994

Summary: Please move your bash_completion scripts to /usr/share/bash-completion/completions
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: bash-completionAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: sheltren, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-19 08:10:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Walsh 2013-03-18 23:56:07 UTC
We want to move content out of /etc, and since there is a good place to put them in /usr/share/

Comment 1 Ville Skyttä 2013-03-19 08:10:21 UTC
All files that can sanely be moved out of /etc in bash-completion have already been moved; the remaining are there for backwards compatibility which will be pruned sometime.

A bunch of _other_ packages still ship their completions in /etc/bash_completion.d though; assuming bash-completion >= 1.99 they can be moved to /usr/share/bash-completion/completions but in many cases the filenames will need changing as well (they need to match with the command(s) they install completions for).

Comment 2 Daniel Walsh 2013-03-19 19:05:25 UTC
Thanks, I was just going through the ones in /etc/bash-completions.d on my F19 box and opening a bug on each.  Very happy to see the alternative directory.