Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 9770d29361f3b6fc51e7525dda22c763 > files > 1

mille-xterm-dm-1.0-5mdv2010.0.noarch.rpm

#!/bin/sh
# Depend on the ldm package

#. /usr/lib/ltsp/ltsp_config

# XXX
PATH=$PATH:/usr/bin/X11:/usr/X11R6/bin

tty=$(tty)
case "$tty" in
  /dev/tty*) # with udev (2.6 kernel)
      ttynum=${tty#/dev/tty}
      ;;
  /dev/vc/*) # with devfs (2.4 kernel)
      ttynum=${tty#/dev/vc/}
      ;;
esac
displaynum=$(($ttynum - 1))

exec ldm vt$ttynum :$displaynum