Xymon Mailing List Archive search

Xymon 4.3.7 released

list Tim McCloskey
Tue, 13 Dec 2011 09:17:32 -0800
Message-Id: <user-b7e3574d1be4@xymon.invalid>

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