summaryrefslogtreecommitdiff
path: root/tools/openbsd
AgeCommit message (Collapse)AuthorFilesLines
2014-11-27openbsd: cleanups and sync with ConsoleKit portAntoine Jacoutot8-107/+4
We never needed to use an external helper script with the original ConsoleKit for ck-get-x11-*, so drop these. Make sure we install the other tools and simplify the scripts in the process.
2014-10-20Add HybridSleep support and change CanSleepEric Koegel2-0/+6
Emulate the logind API to make it more easier for porting to ConsoleKit2 for the CanSuspend/CanHibernate/CanHybridSleep methods. They now return: yes - system can and user explicitly authorized by polkit, rbac, or neither is running no - system can and user explicitly unauthorized by polkit or rbac challenge - system can and user requires elevation via polkit na - system does not support it (hardware or backend support missing). The auth methods have been removed. Currently HybridSleep only works on Linux.
2014-10-14Add the suspend/hibernate scriptsEric Koegel3-0/+26
Also add the test-inhibit.c file to the repo, oops.
2014-10-04Add OpenBSD supportRobert Nagy5-0/+128
Patches taken from: https://github.com/avsm/openbsd-ports/tree/master/sysutils/consolekit/patches