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

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