Blame SOURCES/bash-completion-2.1-util-linux-223.patch

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