summaryrefslogtreecommitdiff
path: root/pm/sleep.d/10NetworkManager
AgeCommit message (Collapse)AuthorFilesLines
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