summaryrefslogtreecommitdiff
path: root/pm/sleep.d/90clock
AgeCommit message (Collapse)AuthorFilesLines
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-0990clock updatesVictor Lowther1-2/+1
Modified 90clock to pass just a filename to the locking functions, and to get rid of an unneeded return command.
2008-02-02Modified hooks to source $PM_FUNCTIONS instead of /usr/lib/pm-utils/functionsVictor Lowther1-1/+1
2008-01-29apply an updated version of 5a5e848b49e33ebf538953bdd132e8ccb0d7377bTill Maas1-6/+4
2008-01-29Revert "Here is now a patch agains pm-utils git with /var/run/pm-utils/lock as"Richard Hughes1-4/+6
This reverts commit 5a5e848b49e33ebf538953bdd132e8ccb0d7377b.
2008-01-29Here is now a patch agains pm-utils git with /var/run/pm-utils/lock asTill Maas1-6/+4
lockfile. It also makes sure that /var/run/pm-utils, i.e. the directory for the lockfile is generated, and it uses variables for the directories to store state and service information and creates/removes them properly. They are now subdirectories of /var/run/pm-utils. Also it moves the take_suspend_lock() line back to its original place, one of the other patches moved it to the wrong location within the funtions file.
2008-01-28Modify the ntpd handling to use the generic locking infrastructure, tab fixes.Victor Lowther1-17/+18
2008-01-28All scripts are now POSIX compliant, change shebang lines to have themVictor Lowther1-2/+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/+39
do for a long time, but CVS made it hard