summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df3662b)
raw | patch | inline | side by side (parent: df3662b)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 7 Dec 2006 22:38:18 +0000 (22:38 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 7 Dec 2006 22:38:18 +0000 (22:38 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1547 f882894a-f735-0410-b71e-b25c423dba1c
CHANGES | patch | blob | history | |
THANKS.in | patch | blob | history | |
configure.in | patch | blob | history |
index 74c5a6686dc9b8a31472a532f6dcc8dca096334b..ea461dbb4add3b623ec1038ebc2de6c6f97ed479 100644 (file)
--- a/CHANGES
+++ b/CHANGES
This file documents the major additions and syntax changes between releases.
-??
+?? ??
Reduced number of DNS lookups in check_ping and netutils.c for IPv6 configurations
-
-1.4.6
Fixed compile problems with *BSD re: alloca.h
+ Fixed Solaris problems with check_swap (tested on Solaris 9)
+ Fixed check_swap for HP/UX where swapinfo command was incorrect
1.4.5
Fixed bug in perl's is_hostname routine
diff --git a/THANKS.in b/THANKS.in
index 4c8641103b8a43af5c2c295f31a7928d5b9dac75..ae5ba1fb5828718be302c7acb1c67dfd4fb02bc9 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Florian Gleixner
Pawel Malachowski
Duncan Ferguson
+Dick van den Burg
diff --git a/configure.in b/configure.in
index 706ded1cf956330ce299bec78d514a1a86918961..356e4e32d42ba5171b422127748e58c3231261d1 100644 (file)
--- a/configure.in
+++ b/configure.in
elif [$PATH_TO_SWAPINFO -dfM 2>/dev/null | egrep -i "^TYPE +AVAIL +USED +FREE" >/dev/null]
then
ac_cv_have_swap=yes
- ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM",
+ ac_cv_swap_command="$PATH_TO_SWAPINFO -dfM"
ac_cv_swap_format=["%*s %f %*d %f"]
ac_cv_swap_conv=1024
AC_MSG_RESULT([using HP-UX format swapinfo])