[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.79,1.80

Ton Voon tonvoon at users.sourceforge.net
Sun Jun 8 15:40:02 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv29213

Modified Files:
	configure.in 
Log Message:
Fixed quoting on SWAP_FORMAT


Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** configure.in	8 Jun 2003 22:22:06 -0000	1.79
--- configure.in	8 Jun 2003 22:39:20 -0000	1.80
***************
*** 1309,1318 ****
  	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
  	then
! 		ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
  		AC_MSG_RESULT([using Solaris format swap])
  
  	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
  	then
! 		ac_cv_swap_format=["%*s %*[[0-9,-]] %*d %d %d"]
  		AC_MSG_RESULT([using Unixware format swap])
  
--- 1309,1318 ----
  	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
  	then
! 		ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
  		AC_MSG_RESULT([using Solaris format swap])
  
  	elif [$PATH_TO_SWAP -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
  	then
! 		ac_cv_swap_format=["%*s %*[0-9,-] %*d %d %d"]
  		AC_MSG_RESULT([using Unixware format swap])
  





More information about the Commits mailing list