ALT Linux Bugzilla
– Attachment 3428 Details for
Bug 15250
наивно теребит базу apt-get при установке пакетов с локального диска
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление.
apt-install.patch (text/plain), 1.09 KB, created by
Alexei V. Mezin
on 2009-04-05 13:11:02 MSD
(
hide
)
Description:
Исправление.
Filename:
MIME Type:
Creator:
Alexei V. Mezin
Created:
2009-04-05 13:11:02 MSD
Size:
1.09 KB
patch
obsolete
>--- ./bash_completion.orig 2008-11-26 14:35:58 +0300 >+++ ./bash_completion 2009-04-05 13:00:33 +0400 >@@ -2044,6 +2044,14 @@ > fi > return 0 > ;; >+ install) >+ if [[ $cur == /* || $cur == ./* ]] ; then >+ _filedir >+ else >+ COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) >+ fi >+ return 0 >+ ;; > *) > COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) > return 0 >@@ -5911,7 +5919,7 @@ > -xvidencopts -of --verbose' -- $cur) ) > ;; > *) >- _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC)' >+ _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|flv)' > ;; > 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 15250
: 3428 |
3429