|
|
0d3d1a |
diff -up bash-completion-2.1/bash_completion~ bash-completion-2.1/bash_completion
|
|
|
0d3d1a |
--- bash-completion-2.1/bash_completion~ 2013-04-05 13:55:51.000000000 +0300
|
|
|
0d3d1a |
+++ bash-completion-2.1/bash_completion 2013-04-06 11:43:56.292170674 +0300
|
|
|
0d3d1a |
@@ -59,7 +59,7 @@ complete -d pushd
|
|
|
0d3d1a |
# start of section containing compspecs that can be handled within bash
|
|
|
0d3d1a |
|
|
|
0d3d1a |
# user commands see only users
|
|
|
0d3d1a |
-complete -u write chfn groups slay w sux runuser
|
|
|
0d3d1a |
+complete -u groups slay w sux
|
|
|
0d3d1a |
|
|
|
0d3d1a |
# bg completes with stopped jobs
|
|
|
0d3d1a |
complete -A stopped -P '"%' -S '"' bg
|
|
|
0d3d1a |
diff -up bash-completion-2.1/completions/Makefile.am~ bash-completion-2.1/completions/Makefile.am
|
|
|
0d3d1a |
--- bash-completion-2.1/completions/Makefile.am~ 2013-04-05 13:55:51.000000000 +0300
|
|
|
0d3d1a |
+++ bash-completion-2.1/completions/Makefile.am 2013-04-06 11:49:59.955323723 +0300
|
|
|
0d3d1a |
@@ -27,7 +27,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
brctl \
|
|
|
0d3d1a |
btdownloadheadless.py \
|
|
|
0d3d1a |
bzip2 \
|
|
|
0d3d1a |
- cal \
|
|
|
0d3d1a |
cancel \
|
|
|
0d3d1a |
cardctl \
|
|
|
0d3d1a |
ccache \
|
|
|
0d3d1a |
@@ -43,7 +42,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
chpasswd \
|
|
|
0d3d1a |
chronyc \
|
|
|
0d3d1a |
chrpath \
|
|
|
0d3d1a |
- chsh \
|
|
|
0d3d1a |
cksfv \
|
|
|
0d3d1a |
cleanarch \
|
|
|
0d3d1a |
clisp \
|
|
|
0d3d1a |
@@ -65,7 +63,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
desktop-file-validate \
|
|
|
0d3d1a |
dhclient \
|
|
|
0d3d1a |
dict \
|
|
|
0d3d1a |
- dmesg \
|
|
|
0d3d1a |
dnsspoof \
|
|
|
0d3d1a |
dot \
|
|
|
0d3d1a |
dpkg \
|
|
|
0d3d1a |
@@ -76,7 +73,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
dumpe2fs \
|
|
|
0d3d1a |
e2freefrag \
|
|
|
0d3d1a |
e2label \
|
|
|
0d3d1a |
- eject \
|
|
|
0d3d1a |
eog \
|
|
|
0d3d1a |
ether-wake \
|
|
|
0d3d1a |
evince \
|
|
|
0d3d1a |
@@ -120,12 +116,10 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
gzip \
|
|
|
0d3d1a |
hcitool \
|
|
|
0d3d1a |
hddtemp \
|
|
|
0d3d1a |
- hexdump \
|
|
|
0d3d1a |
hid2hci \
|
|
|
0d3d1a |
hping2 \
|
|
|
0d3d1a |
htop \
|
|
|
0d3d1a |
htpasswd \
|
|
|
0d3d1a |
- hwclock \
|
|
|
0d3d1a |
iconv \
|
|
|
0d3d1a |
id \
|
|
|
0d3d1a |
idn \
|
|
|
0d3d1a |
@@ -137,7 +131,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
installpkg \
|
|
|
0d3d1a |
interdiff \
|
|
|
0d3d1a |
invoke-rc.d \
|
|
|
0d3d1a |
- ionice \
|
|
|
0d3d1a |
ip \
|
|
|
0d3d1a |
iperf \
|
|
|
0d3d1a |
ipmitool \
|
|
|
0d3d1a |
@@ -177,7 +170,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
list_lists \
|
|
|
0d3d1a |
list_members \
|
|
|
0d3d1a |
list_owners \
|
|
|
0d3d1a |
- look \
|
|
|
0d3d1a |
lpq \
|
|
|
0d3d1a |
lpr \
|
|
|
0d3d1a |
lrzip \
|
|
|
0d3d1a |
@@ -225,7 +217,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
nc \
|
|
|
0d3d1a |
ncftp \
|
|
|
0d3d1a |
nethogs \
|
|
|
0d3d1a |
- newgrp \
|
|
|
0d3d1a |
newlist \
|
|
|
0d3d1a |
newusers \
|
|
|
0d3d1a |
ngrep \
|
|
|
0d3d1a |
@@ -283,7 +274,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
rdesktop \
|
|
|
0d3d1a |
remove_members \
|
|
|
0d3d1a |
removepkg \
|
|
|
0d3d1a |
- renice \
|
|
|
0d3d1a |
reportbug \
|
|
|
0d3d1a |
reptyr \
|
|
|
0d3d1a |
resolvconf \
|
|
|
0d3d1a |
@@ -298,7 +288,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
rpmcheck \
|
|
|
0d3d1a |
rrdtool \
|
|
|
0d3d1a |
rsync \
|
|
|
0d3d1a |
- rtcwake \
|
|
|
0d3d1a |
sbcl \
|
|
|
0d3d1a |
sbopkg \
|
|
|
0d3d1a |
screen \
|
|
|
0d3d1a |
@@ -320,7 +309,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
sshow \
|
|
|
0d3d1a |
strace \
|
|
|
0d3d1a |
strings \
|
|
|
0d3d1a |
- su \
|
|
|
0d3d1a |
sudo \
|
|
|
0d3d1a |
svcadm \
|
|
|
0d3d1a |
svk \
|
|
|
0d3d1a |
@@ -478,7 +466,6 @@ CLEANFILES = \
|
|
|
0d3d1a |
mplayer2 \
|
|
|
0d3d1a |
msgsnarf \
|
|
|
0d3d1a |
muttng \
|
|
|
0d3d1a |
- ncal \
|
|
|
0d3d1a |
pbzip2 \
|
|
|
0d3d1a |
pccardctl \
|
|
|
0d3d1a |
pdlzip \
|
|
|
0d3d1a |
@@ -603,10 +590,6 @@ symlinks: $(targetdir) $(DATA)
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) bzip2 $(targetdir)/$$file ; \
|
|
|
0d3d1a |
done
|
|
|
0d3d1a |
- for file in ncal ; do \
|
|
|
0d3d1a |
- rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
- $(LN_S) cal $(targetdir)/$$file ; \
|
|
|
0d3d1a |
- done
|
|
|
0d3d1a |
for file in pccardctl ; do \
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) cardctl $(targetdir)/$$file ; \
|
|
|
0d3d1a |
@@ -669,10 +652,6 @@ symlinks: $(targetdir) $(DATA)
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) hcitool $(targetdir)/$$file ; \
|
|
|
0d3d1a |
done
|
|
|
0d3d1a |
- for file in hd ; do \
|
|
|
0d3d1a |
- rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
- $(LN_S) hexdump $(targetdir)/$$file ; \
|
|
|
0d3d1a |
- done
|
|
|
0d3d1a |
for file in hping hping3 ; do \
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) hping2 $(targetdir)/$$file ; \
|
|
|
0d3d1a |
diff -up bash-completion-2.1/completions/Makefile.in~ bash-completion-2.1/completions/Makefile.in
|
|
|
0d3d1a |
--- bash-completion-2.1/completions/Makefile.in~ 2013-04-05 13:56:55.000000000 +0300
|
|
|
0d3d1a |
+++ bash-completion-2.1/completions/Makefile.in 2013-04-06 11:51:40.564047943 +0300
|
|
|
0d3d1a |
@@ -198,7 +198,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
brctl \
|
|
|
0d3d1a |
btdownloadheadless.py \
|
|
|
0d3d1a |
bzip2 \
|
|
|
0d3d1a |
- cal \
|
|
|
0d3d1a |
cancel \
|
|
|
0d3d1a |
cardctl \
|
|
|
0d3d1a |
ccache \
|
|
|
0d3d1a |
@@ -214,7 +213,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
chpasswd \
|
|
|
0d3d1a |
chronyc \
|
|
|
0d3d1a |
chrpath \
|
|
|
0d3d1a |
- chsh \
|
|
|
0d3d1a |
cksfv \
|
|
|
0d3d1a |
cleanarch \
|
|
|
0d3d1a |
clisp \
|
|
|
0d3d1a |
@@ -236,7 +234,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
desktop-file-validate \
|
|
|
0d3d1a |
dhclient \
|
|
|
0d3d1a |
dict \
|
|
|
0d3d1a |
- dmesg \
|
|
|
0d3d1a |
dnsspoof \
|
|
|
0d3d1a |
dot \
|
|
|
0d3d1a |
dpkg \
|
|
|
0d3d1a |
@@ -247,7 +244,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
dumpe2fs \
|
|
|
0d3d1a |
e2freefrag \
|
|
|
0d3d1a |
e2label \
|
|
|
0d3d1a |
- eject \
|
|
|
0d3d1a |
eog \
|
|
|
0d3d1a |
ether-wake \
|
|
|
0d3d1a |
evince \
|
|
|
0d3d1a |
@@ -291,12 +287,10 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
gzip \
|
|
|
0d3d1a |
hcitool \
|
|
|
0d3d1a |
hddtemp \
|
|
|
0d3d1a |
- hexdump \
|
|
|
0d3d1a |
hid2hci \
|
|
|
0d3d1a |
hping2 \
|
|
|
0d3d1a |
htop \
|
|
|
0d3d1a |
htpasswd \
|
|
|
0d3d1a |
- hwclock \
|
|
|
0d3d1a |
iconv \
|
|
|
0d3d1a |
id \
|
|
|
0d3d1a |
idn \
|
|
|
0d3d1a |
@@ -308,7 +302,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
installpkg \
|
|
|
0d3d1a |
interdiff \
|
|
|
0d3d1a |
invoke-rc.d \
|
|
|
0d3d1a |
- ionice \
|
|
|
0d3d1a |
ip \
|
|
|
0d3d1a |
iperf \
|
|
|
0d3d1a |
ipmitool \
|
|
|
0d3d1a |
@@ -348,7 +341,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
list_lists \
|
|
|
0d3d1a |
list_members \
|
|
|
0d3d1a |
list_owners \
|
|
|
0d3d1a |
- look \
|
|
|
0d3d1a |
lpq \
|
|
|
0d3d1a |
lpr \
|
|
|
0d3d1a |
lrzip \
|
|
|
0d3d1a |
@@ -396,7 +388,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
nc \
|
|
|
0d3d1a |
ncftp \
|
|
|
0d3d1a |
nethogs \
|
|
|
0d3d1a |
- newgrp \
|
|
|
0d3d1a |
newlist \
|
|
|
0d3d1a |
newusers \
|
|
|
0d3d1a |
ngrep \
|
|
|
0d3d1a |
@@ -454,7 +445,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
rdesktop \
|
|
|
0d3d1a |
remove_members \
|
|
|
0d3d1a |
removepkg \
|
|
|
0d3d1a |
- renice \
|
|
|
0d3d1a |
reportbug \
|
|
|
0d3d1a |
reptyr \
|
|
|
0d3d1a |
resolvconf \
|
|
|
0d3d1a |
@@ -469,7 +459,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
rpmcheck \
|
|
|
0d3d1a |
rrdtool \
|
|
|
0d3d1a |
rsync \
|
|
|
0d3d1a |
- rtcwake \
|
|
|
0d3d1a |
sbcl \
|
|
|
0d3d1a |
sbopkg \
|
|
|
0d3d1a |
screen \
|
|
|
0d3d1a |
@@ -491,7 +480,6 @@ bashcomp_DATA = a2x \
|
|
|
0d3d1a |
sshow \
|
|
|
0d3d1a |
strace \
|
|
|
0d3d1a |
strings \
|
|
|
0d3d1a |
- su \
|
|
|
0d3d1a |
sudo \
|
|
|
0d3d1a |
svcadm \
|
|
|
0d3d1a |
svk \
|
|
|
0d3d1a |
@@ -649,7 +637,6 @@ CLEANFILES = \
|
|
|
0d3d1a |
mplayer2 \
|
|
|
0d3d1a |
msgsnarf \
|
|
|
0d3d1a |
muttng \
|
|
|
0d3d1a |
- ncal \
|
|
|
0d3d1a |
pbzip2 \
|
|
|
0d3d1a |
pccardctl \
|
|
|
0d3d1a |
pdlzip \
|
|
|
0d3d1a |
@@ -984,10 +971,6 @@ symlinks: $(targetdir) $(DATA)
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) bzip2 $(targetdir)/$$file ; \
|
|
|
0d3d1a |
done
|
|
|
0d3d1a |
- for file in ncal ; do \
|
|
|
0d3d1a |
- rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
- $(LN_S) cal $(targetdir)/$$file ; \
|
|
|
0d3d1a |
- done
|
|
|
0d3d1a |
for file in pccardctl ; do \
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) cardctl $(targetdir)/$$file ; \
|
|
|
0d3d1a |
@@ -1050,10 +1033,6 @@ symlinks: $(targetdir) $(DATA)
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) hcitool $(targetdir)/$$file ; \
|
|
|
0d3d1a |
done
|
|
|
0d3d1a |
- for file in hd ; do \
|
|
|
0d3d1a |
- rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
- $(LN_S) hexdump $(targetdir)/$$file ; \
|
|
|
0d3d1a |
- done
|
|
|
0d3d1a |
for file in hping hping3 ; do \
|
|
|
0d3d1a |
rm -f $(targetdir)/$$file && \
|
|
|
0d3d1a |
$(LN_S) hping2 $(targetdir)/$$file ; \
|