Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 125274 Details for
Bug 183068
auto completion works strange used with yum
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
yum updates to bash-completion
bash-completion-20050721-yum.patch (text/plain), 1.71 KB, created by
Ville Skyttä
on 2006-02-26 11:54:50 UTC
(
hide
)
Description:
yum updates to bash-completion
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2006-02-26 11:54:50 UTC
Size:
1.71 KB
patch
obsolete
>--- bash_completion~ 2005-07-21 22:21:22.000000000 +0300 >+++ bash_completion 2006-02-26 13:58:04.000000000 +0200 >@@ -6127,14 +6127,14 @@ > prev=${COMP_WORDS[COMP_CWORD-1]} > > for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do >- if [[ ${COMP_WORDS[i]} == @(install|update|upgrade|remove) ]]; then >+ if [[ ${COMP_WORDS[i]} == @(install|update|upgrade|remove|erase|deplist) ]]; then > special=${COMP_WORDS[i]} > fi > done > > if [ -n "$special" ]; then > case $special in >- install) >+ install|deplist) > COMPREPLY=( $( compgen -W '$( yum -C list | cut -d" " -f1 )' -- $cur ) ) > return 0 > ;; >@@ -6147,7 +6147,7 @@ > > case $cur in > --*) >- COMPREPLY=( $( compgen -W '--installroot --version --help' -- $cur ) ) >+ COMPREPLY=( $( compgen -W '--installroot --version --help --enablerepo --disablerepo --exclude --obsoletes --noplugins' -- $cur ) ) > return 0 > ;; > -*) >@@ -6158,10 +6158,13 @@ > > case $prev in > list) >- COMPREPLY=( $( compgen -W 'available updates installed extras' -- $cur ) ) >+ COMPREPLY=( $( compgen -W 'all available updates installed extras obsoletes recent' -- $cur ) ) > ;; > clean) >- COMPREPLY=( $( compgen -W 'packages headers oldheaders all' -- $cur ) ) >+ COMPREPLY=( $( compgen -W 'packages headers metadata cache dbcache all' -- $cur ) ) >+ ;; >+ localinstall) >+ _filedir rpm > ;; > -c) > _filedir >@@ -6172,7 +6175,9 @@ > *) > COMPREPLY=( $( compgen -W 'install update check-update upgrade remove list \ > search info provides clean groupinstall groupupdate \ >- grouplist ' -- $cur ) ) >+ grouplist deplist erase groupinfo groupremove \ >+ localinstall localupdate makecache resolvedep \ >+ shell whatprovides' -- $cur ) ) > ;; > esac > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183068
: 125274