Cross Reference: tsoljds-migration
xref: /solaris-desktop/ext-sources/tsoljds-migration
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Download
  • only in ./
#!/bin/sh
XINIT_DIR=/etc/X11/xinit/xinitrc.d
FILES_LIST="0210.im"
DTSTARTIMS=${DTSTARTIMS:-"True"}
if [ -d $XINIT_DIR ]; then
for SCRIPT in $FILES_LIST; do
if [ -x $XINIT_DIR/$SCRIPT ]; then
. $XINIT_DIR/$SCRIPT -xagent
fi
done
fi

Indexes created Tue Jul 24 14:28:13 CEST 2018