ottomeister wrote:
If /etc/dt/config/Xsetup sources /usr/dt/config/Xsetup, as in:

   % cat /etc/dt/config/Xsetup
   #! /bin/ksh -p
   ...
   if [[ -r /usr/dt/config/Xsetup ]] ; then
       .     /usr/dt/config/Xsetup
   fi
   ...

then it automatically gets any updates that are applied (by anyone,
including SRSS)  to the /usr/dt file.

You can't do this if the purpose of the /etc/dt/file is to deliberately omit
or exclude something that the /usr/dt/file does, but in this case we're
talking about doing some purely additional work, along the lines of:

   (umask 0700 && mkdir /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix
&& touch /tmp/.ICE-unix/foo)

Yes, that's a good suggestion.

So where's the problem?

None, if you do it this way.  Just don't blindly copy
/usr/dt/... to /etc/dt/... as suggested by the dtlogin man page.

-Bob

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

Reply via email to