summaryrefslogtreecommitdiff
path: root/pm/sleep.d/10NetworkManager
AgeCommit message (Collapse)AuthorFilesLines
2008-05-18Even more reorganizationVictor Lowther1-40/+0
2008-03-29Comment fixups in preperation for release.Victor Lowther1-0/+6
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-16Merge branch 'master' into stabilizatonVictor Lowther1-12/+14
2008-02-16Consistently use tabs for indentation.Michael Biebl1-10/+10
2008-02-1699video had a missing closing bracket.Michael Biebl1-2/+4
While fixing that I noticed that we use an inconsistent style for function brackets. I chose foo() { } as it seemed to be the most used one. Cheers, Michael
2008-02-16Modify 10NetworkManager to exit $NA where applicable.Victor Lowther1-4/+2
Also get rid of redundant calls to exit.
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther1-1/+1
2008-01-30Do not do anything in 10NetworkManager if dbus-send does not exist.Victor Lowther1-0/+2
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/+32
do for a long time, but CVS made it hard