I just checked a couple of my machines and there seems to be a R missing from the variable you show:

SUNWUTETC=${SUNWUTR}/etc/opt/SUNWut

with SUNWUTR being set like this:

SUNWUTR=$(/etc/opt/SUNWut/basedir/lib/utprodinfo -r SUNWutr)

I wonder how the R got dropped from both?

This expands to "/"

Making SUNWUTETC default to /etc/opt/SUNWut

Bill Quayle wrote:
Sorry if this has been brought up already...

In /opt/SUNWut/bin/utselect there is a variable set as:

 "SUNWUTETC=${SUNWUT}/etc/opt/SUNWut"

$SUNWUT is:

 "$(/etc/opt/SUNWut/basedir/lib/utprodinfo -r SUNWuto)/SUNWut"

which, in our case, points to /opt/SUNWut.

This sets SUNWUTETC=/opt/SUNWut/etc/opt/SUNWut, which doen't exist.
This results in the variable "remote" being undefined, and the script
bailing out at line 209 because $remote is unquoted in a test.

Cheers,

Bill Quayle

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to