We have lots of suns and sgis around here, and STk needs to merge the
system directories for those machines the way it does for Linux. I
suggest adding to the launch scripts:
SunOS*)
case $version in
4.*) version=4.X;;
esac
IRIX*)
case $version in
5.*) version=5.X;;
6.*) version=6.X;;
esac
case $machine in
IP*) machine=IPxx;;
esac
(Cliff, do you have something like this for HP/UX?) It might also be
nice to add a symbolic link with just the os name to the install
directory like
IRIX -> IRIX-5.3-IP26
and then if the launch script can't find IRIX-5.2-IP19 it
can try just IRIX.
Received on Fri Oct 27 1995 - 13:40:00 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST