Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 434192 | Differences between
and this patch

Collapse All | Expand All

(-)a/nagios-plugins-1.4.16-r3.ebuild (-1 / +6 lines)
Lines 106-115 Link Here
106
106
107
	# remove stuff that is way too broken to fix, or for which the USE
107
	# remove stuff that is way too broken to fix, or for which the USE
108
	# flag has been removed.
108
	# flag has been removed.
109
	#
110
	# See bug #434192 for the removal of the rblcheck scripts.
111
	#
109
	rm -r tarballs aix \
112
	rm -r tarballs aix \
110
		check_compaq_insight.pl *.c *README* \
113
		check_compaq_insight.pl *.c *README* \
114
		rblcheck-* \
111
		$(usex !jabber nagios_sendim.pl) \
115
		$(usex !jabber nagios_sendim.pl) \
112
		$(usex !smart check_smart.pl)
116
		$(usex !smart check_smart.pl) \
117
		|| die "unable to remove broken plugins"
113
118
114
	# fix perl interpreter
119
	# fix perl interpreter
115
	sed -i -e '1s:/usr/local/bin/perl:/usr/bin/perl:' \
120
	sed -i -e '1s:/usr/local/bin/perl:/usr/bin/perl:' \

Return to bug 434192