SF.net SVN: nagiosplug: [2003] nagiosplug/trunk

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2003
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2003&view=rev
Author:   tonvoon
Date:     2008-05-27 14:52:36 -0700 (Tue, 27 May 2008)

Log Message:
-----------
Not picking up solaris systems correctly for check_dhcp. Only
affected SunStudio compiles of check_dhcp (1890260 - Rob Windsor)

Modified Paths:
--------------
    nagiosplug/trunk/THANKS.in
    nagiosplug/trunk/configure.in

Modified: nagiosplug/trunk/THANKS.in
===================================================================
--- nagiosplug/trunk/THANKS.in	2008-05-27 21:31:13 UTC (rev 2002)
+++ nagiosplug/trunk/THANKS.in	2008-05-27 21:52:36 UTC (rev 2003)
@@ -234,3 +234,4 @@
 Matthias Urlichs
 Jan Wagner
 Christian Schneemann
+Rob Windsor

Modified: nagiosplug/trunk/configure.in
===================================================================
--- nagiosplug/trunk/configure.in	2008-05-27 21:31:13 UTC (rev 2002)
+++ nagiosplug/trunk/configure.in	2008-05-27 21:52:36 UTC (rev 2003)
@@ -1531,9 +1531,9 @@
 		AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c])
 	;;
 	*linux*)
-		AC_DEFINE(__linux__,1,[sun specific code in check_dhcp.c])
+		AC_DEFINE(__linux__,1,[linux specific code in check_dhcp.c])
 	;;
-	*sun* | solaris*)
+	*sun* | *solaris*)
 		AC_DEFINE(__sun__,1,[sun specific code in check_dhcp.c])
 	;;
 	*hpux*)  


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.