summaryrefslogtreecommitdiff
path: root/src/pm-is-supported
AgeCommit message (Collapse)AuthorFilesLines
2008-02-07Even simpler modularization of sleep methods.Victor Lowther1-53/+0
This splits the actual functions that perform the sleep/wakeup into a file which is sourced, adds an environment variable which controls which module is sourced, moves the check functions into the sleep module, modifies pm-action and pm-is-supported to take these changes into account, and modifies the automake machinery to take these changes into account.
2008-02-04Removed executable bits on the *.in files to emphasize theirVictor Lowther1-0/+0
non-executability. Added an executable bit on src/pm-is-supported becaues it is.
2008-01-29Here's a new patch (this time against current git) to enableNigel Cunningham1-2/+3
suspend-to-both support if we have suspend-to-ram and TuxOnIce.
2008-01-28All scripts are now POSIX compliant, change shebang lines to have themVictor Lowther1-1/+1
run under /bin/sh instead of /bin/bash. Also take care of a few more minor fixups.
2008-01-28Simplify parameter expansion in pm-action and pm-is-supported.Victor Lowther1-1/+1
2007-03-13- add pm-is-supportedPeter Jones1-0/+52
- add pm-suspend-hybrid