mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-analyzer/nagios-plugins-linux-madrisan: avoid another collision
Rename check_uptime to avoid a collision with net-analyzer/nagios-plugins. Closes: https://bugs.gentoo.org/693008 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
@@ -25,7 +25,8 @@ S="${WORKDIR}/${MY_P}"
|
||||
src_prepare() {
|
||||
default
|
||||
# Avoid collision with net-analyzer/monitoring-plugins
|
||||
sed -ri "s/check_(load|swap|users)/&_madrisan/" plugins/Makefile.am || die
|
||||
# and net-analyzer/nagios-plugins
|
||||
sed -ri "s/check_(load|swap|uptime|users)/&_madrisan/" plugins/Makefile.am || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user