[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1906] nagiosplug/trunk

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Tue Jan 15 10:40:56 CET 2008


Revision: 1906
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1906&view=rev
Author:   dermoth
Date:     2008-01-15 01:40:56 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
Add AC_SYS_LARGEFILE to configure.in (check_disk should now work with large file systems (2TB+) on all archs that supports it)

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

Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS	2008-01-10 07:49:56 UTC (rev 1905)
+++ nagiosplug/trunk/NEWS	2008-01-15 09:40:56 UTC (rev 1906)
@@ -5,6 +5,7 @@
 	New check_icmp -s option to specify the source IP address
 	check_dns now sorts addresses for testing results for more than one returned IP (Matthias Urlichs)
 	Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300)
+	check_disk should now work with large file systems (2TB+) on all archs that supports it
 
 1.4.11 13th December 2007
 	Fixed check_http regression in 1.4.10 where following redirects to

Modified: nagiosplug/trunk/configure.in
===================================================================
--- nagiosplug/trunk/configure.in	2008-01-10 07:49:56 UTC (rev 1905)
+++ nagiosplug/trunk/configure.in	2008-01-15 09:40:56 UTC (rev 1906)
@@ -48,6 +48,7 @@
 AM_PROG_CC_C_O
 
 AC_FUNC_ERROR_AT_LINE
+AC_SYS_LARGEFILE
 
 ifdef([AC_FUNC_STRTOD],[AC_FUNC_STRTOD],[AM_FUNC_STRTOD])
 


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




More information about the Commits mailing list