home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / acpi-support / policy-funcs < prev    next >
Encoding:
Text File  |  2007-03-29  |  236 b   |  9 lines

  1. CheckPolicy() {
  2.     if pidof gnome-power-manager kpowersave > /dev/null ||
  3.        (pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr/bin/dcop kded kded loadedModules | grep -q klaptopdaemon) ; then
  4.         echo 0;
  5.     else
  6.         echo 1;
  7.     fi
  8. }
  9.