Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7804252a8a3b41cb056fba81365ad12a > files > 14

mille-xterm-appserver-en_US-1.0-4mdv2010.0.noarch.rpm

#!/bin/sh

MYXTERM_IP=`echo $DISPLAY | cut -f1 -d":"`
if [ -r /tmp/lts.conf.$MYXTERM_IP ]; then
      eval `grep LOCAL_MEDIA /tmp/lts.conf.$MYXTERM_IP`
fi

mymountltsp() {
  # Create mount point directory if not exists
  DEST=$HOME/USB
  mkdir -p $DEST
  HOST=`echo $DISPLAY | cut -d":" -f1`
  ltspfs $HOST:/mnt $DEST
}

if [ "$LOCAL_MEDIA" = "Y" ]; then
(echo 10; mymountltsp; echo "100") \
  | zenity --progress --pulsate --auto-close \
  --progress-text "Initializing local media" \
  --title "Please wait..." --width 320
fi