Title: [opsview] [9610] Remove newer perl modules in nagios-plugins
Revision
9610
Author
tvoon
Date
2012-07-24 12:11:46 +0100 (Tue, 24 Jul 2012)

Log Message

Remove newer perl modules in nagios-plugins

Modified Paths


Modified: trunk/opsview-base/Makefile
===================================================================
--- trunk/opsview-base/Makefile	2012-07-24 09:40:54 UTC (rev 9609)
+++ trunk/opsview-base/Makefile	2012-07-24 11:11:46 UTC (rev 9610)
@@ -557,8 +557,9 @@
 	cd ${NAGIOSPLUG} && patch -p1 < ../patches/nagiosplug_check_http_connect_method.patch
 	#cd ${NAGIOSPLUG} && patch -p1 < ../patches/nagiosplug_lmstat_path.patch
 	#cd ${NAGIOSPLUG} && aclocal -I gl/m4 -I m4 && autoconf -f
-	cd ${NAGIOSPLUG} && rm perlmods/*.tar.gz && cp ../patches/nagios-plugins-perlmods/*.tar.gz perlmods
-	cd ${NAGIOSPLUG} && patch -p1 < ../patches/nagiosplug_withbuildplsupport.patch
+	# Have disabled below for the moment. Will be re-instated for single opsview-base work on ubuntu12
+	#cd ${NAGIOSPLUG} && rm perlmods/*.tar.gz && cp ../patches/nagios-plugins-perlmods/*.tar.gz perlmods
+	#cd ${NAGIOSPLUG} && patch -p1 < ../patches/nagiosplug_withbuildplsupport.patch
 	if [ `uname -s` = Linux ] ; then \
 		cd ${NAGIOSPLUG} && PATH="/usr/bin:/usr/sbin:$$PATH" CFLAGS="${CFLAGS}" ./configure --with-mysql --with-nagios-user=$(NAGIOS_USER) --with-nagios-group=$(NAGIOS_GROUP) ${NAGIOSPLUG_CONFIGURE_PERL_MODULES} --localstatedir=/usr/local/nagios/var/plugins && make ; \
 	elif [ `uname -s` = Darwin ] ; then \

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to