Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-01 | Add support for massing $METHOD as the second parameter to hooks | Victor Lowther | 1 | -2/+3 | |
This makes it easier for hooks that care about suspend_hybrid to handle it correctly without having to force all the other hooks to care about it. Also updated 01grub to conform to the new plan. | |||||
2008-03-29 | Comment fixups in preperation for release. | Victor Lowther | 1 | -0/+2 | |
In particular, add comments to the top of the sleep hooks describing what each of them is for. | |||||
2008-03-01 | We were not handing the suspend_hybrid case correctly this whole time. | Victor Lowther | 1 | -1/+1 | |
Shame on me for not spotting this earlier. | |||||
2008-02-16 | Merge branch 'master' into stabilizaton | Victor Lowther | 1 | -17/+16 | |
2008-02-16 | Consistently use tabs for indentation. | Michael Biebl | 1 | -17/+17 | |
2008-02-16 | Fix up 01grub to exit $NA when the hook is not applicable. | Victor Lowther | 1 | -8/+6 | |
Also get rid of redundant calls to exit. | |||||
2008-02-09 | Added missing ;; in a case statement in 01grub | Victor Lowther | 1 | -0/+1 | |
2008-01-28 | All scripts are now POSIX compliant, change shebang lines to have them | Victor Lowther | 1 | -2/+2 | |
run under /bin/sh instead of /bin/bash. Also take care of a few more minor fixups. | |||||
2008-01-26 | rename hooks into sleep.d -- this is something we have wanted to | Richard Hughes | 1 | -0/+33 | |
do for a long time, but CVS made it hard |