>> So why is the version of /bin/sh important here?
>>
>
> I'm guessing that the gdm init hook is 'sourcing' the file under the
> running shell, not running it under the ksh shell specified.
>>>Xsetup is run from the gdm Init hook (see GDMCONFDIR/Init/$DISPLAY, which 
>>>runs /etc/opt/SUNWut/gdm/SunRayInit/helpers/Xsetup).
>

Just had a look at /etc/opt/SUNWut/gdm/SunRayInit/Default

#!/bin/sh
# iterate over the helpers directory
<snip>
for i in /etc/opt/SUNWut/gdm/SunRayInit/helpers/*
do
        if [ -x $i ]; then
                $i
        fi
done
<snip>

I thought this means it should work?
_______________________________________________
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to