[Xymon] Xymon 4.3.7 released

Tim McCloskey tm at freedom.com
Tue Dec 13 18:17:32 CET 2011


> Subject: [Xymon] Xymon 4.3.7 released
> Workaround Solaris breakage in the LFS-support detection

This is pretty minor.  LFS detection on SPARC is not broken to my knowledge. x86 is.
In the test in lfs.sh it might be worth extending the test pattern.

bash-2.05$ uname -a
SunOS moe 5.9 Generic sun4u sparc SUNW,UltraAX-i2
bash-2.05$ uname -si
SunOS SUNW,UltraAX-i2

[tm at thumper2:~]$ uname -a
SunOS thumper2 5.10 Generic_137138-09 i86pc i386 i86pc
[tm at thumper2:~]$ uname -si
SunOS i86pc

if test "`uname -si`" = "SunOS i86pc"; then
                echo "Large File Support assumed OK on Solaris"
                exit 0
        fi


More information about the Xymon mailing list