From: Ole Michaelsen on
Can anyone tell me why NLSPATH in a solaris 8 branded zone is displayed
as nLSPATH (lowercase n), and as NLSPATH on a normal physical solaris 8?

$ ./test.sh
nLSPATH=qwerty123456
SunOS 5.8 Generic_Virtual sun4us sparc FJSV,GPUZC-M
$ cat test.sh
NLSPATH=qwerty123456
export NLSPATH
env|grep -i nlspath
uname -srvmpi
$

$ ./test.sh
NLSPATH=qwerty123456
SunOS 5.8 Generic_117350-24 sun4us sparc FJSV,GPUZC-M
$ cat test.sh
NLSPATH=qwerty123456
export NLSPATH
env|grep -i nlspath
uname -srvmpi
$

I tried the same thing on a solaris 9 branded zone, and the variable is
displayed correctly there.

Bit strange...

Thanks

Ole
Copenhagen
Denmark