File: hal-system-power-shutdown

package info (click to toggle)
hal 0.5.14-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,212 kB
  • ctags: 4,854
  • sloc: ansic: 60,732; xml: 16,387; sh: 11,366; makefile: 1,111; cpp: 292
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

. hal-functions

if [ "$CK_NUM_SESSIONS" -gt "1" ] ; then
    hal_check_priv org.freedesktop.hal.power-management.shutdown-multiple-sessions
else
    hal_check_priv org.freedesktop.hal.power-management.shutdown
fi

hal_exec_backend