home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / usr / lib / hal / scripts / hal-system-power-reboot < prev    next >
Text File  |  2010-05-09  |  239b  |  12 lines

  1. #!/bin/sh
  2.  
  3. . hal-functions
  4.  
  5. if [ "$CK_NUM_SESSIONS" -gt "1" ] ; then
  6.     hal_check_priv org.freedesktop.hal.power-management.reboot-multiple-sessions
  7. else
  8.     hal_check_priv org.freedesktop.hal.power-management.reboot
  9. fi
  10.  
  11. hal_exec_backend
  12.