summaryrefslogtreecommitdiff
path: root/pm/sleep.d/00logging
AgeCommit message (Collapse)AuthorFilesLines
2008-03-29Comment fixups in preperation for release.Victor Lowther1-0/+2
In particular, add comments to the top of the sleep hooks describing what each of them is for.
2008-03-19Rewrite fix for suspend_hybrid in a more elegant fashionVictor Lowther1-1/+1
We add a new variable $METHOD in pm-action. It holds the sleep method we were asked to invoke. $ACTION is chosen baed on the value of METHOD.
2008-03-01We were not handing the suspend_hybrid case correctly this whole time.Victor Lowther1-1/+1
Shame on me for not spotting this earlier.
2008-02-16Get rid of redundant call to exit in 00logging.Victor Lowther1-2/+0
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther1-1/+1
2008-01-29Get rid of extraneous shell evals.Victor Lowther1-3/+3
The commands will have their output redirected appropriately.
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-26rename hooks into sleep.d -- this is something we have wanted toRichard Hughes1-0/+14
do for a long time, but CVS made it hard