Kaynağa Gözat

Solaris and Unixware labels round the wrong way for swap command

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@354 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon 23 yıl önce
ebeveyn
işleme
90d58acf74
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      configure.in

+ 2 - 2
configure.in

@@ -909,11 +909,11 @@ then
 	elif [swap -l 2>/dev/null | egrep -i "^swapfile +dev +swaplo +blocks +free" >/dev/null]
 	then
 		AC_DEFINE_UNQUOTED(SWAP_FORMAT,["%*s %*[[0-9,-]] %*d %d %d"],[Format string for parsing swap output])
-		echo "      using UnixWare format"
+		echo "      using Solaris format"
 	elif [swap -l 2>/dev/null | egrep -i "^path +dev +swaplo +blocks +free" >/dev/null]
 	then
 		AC_DEFINE_UNQUOTED(SWAP_FORMAT,["%*s %*[[0-9,-]] %*d %d %d"],[Format string for parsing swap output])
-		echo "      using Solaris format"
+		echo "      using Unixware format"
 	fi
 	EXTRAS="$EXTRAS check_swap"
 elif [swapinfo -k 2>&1 | egrep -i "^Device" >/dev/null]