[Nagiosplug-checkins] nagiosplug/plugins Makefile.am,1.46,1.47

Stanley Hopcroft stanleyhopcroft at users.sourceforge.net
Mon Jan 24 15:18:19 CET 2005


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8046/plugins

Modified Files:
	Makefile.am 
Log Message:
Removed check_dhcp and check_icmp from libexec_PROGRAMS (ie dont build by defaut)

Index: Makefile.am
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/Makefile.am,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Makefile.am	28 Dec 2004 23:18:17 -0000	1.46
+++ Makefile.am	24 Jan 2005 23:17:26 -0000	1.47
@@ -10,18 +10,19 @@
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 LIBS = @LIBINTL@ @LIBS@ @SSLINCLUDE@
 
-libexec_PROGRAMS = check_dhcp check_disk check_dummy check_http check_load \
+libexec_PROGRAMS = check_disk check_dummy check_http check_load \
 	check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \
 	check_real check_smtp check_ssh check_tcp check_time \
-	check_udp check_ups check_users negate urlize check_icmp \
+	check_udp check_ups check_users negate urlize \
 	@EXTRAS@
 
 check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \
 	@check_tcp_ssl@
 
 EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
-	check_swap check_fping check_ldap check_game check_dig \
-	check_nagios check_by_ssh check_dns check_nt check_ide_smart check_procs
+	check_swap check_fping check_ldap check_game check_dhcp check_dig \
+	check_nagios check_by_ssh check_dns check_nt check_ide_smart	\
+	check_procs check_icmp
 
 EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \
 	getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h





More information about the Commits mailing list