Hi Brian, On Tue, 2007-02-13 at 16:30 +0800, Brian Cameron wrote: > + > +# If running on Solaris, run sessionexit script. > +# > +if [ -x "/etc/dt/config/sessionexit" ]; then > + /etc/dt/config/sessionexit > +fi > +if [ -x "/usr/dt/config/sessionexit" ]; then > + /usr/dt/config/sessionexit > +fi > + > exit 0
Is this the usual way of using this? All the /usr/dt/config files I know are ignored if there is a /etc/dt/config version. Basically, you can copy the /usr/dt/config file to /etc/dt/config and modify it if you want to do something different from the default. Laca
