summaryrefslogtreecommitdiffstats
path: root/tools/solaris
Commit message (Collapse)AuthorAgeFilesLines
* oops one more placeWilliam Jon McCann2008-04-181-1/+1
|
* install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann2008-04-181-1/+1
| | | | We don't want scripts going into lib64...
* make polkit optional and use RBAC on SolarisBrian Cameron2008-01-282-20/+2
| | | | | | | | | | | | | | | | This patch makes polkit an optional dependency. If present it builds with it. If not, polkit support is disabled. This patch also adds a --enable-rbac-shutdown=<key> option. If set, then ConsoleKit will allow shutdown/reboot if the user has the RBAC key authorization defined. For example, since the GDM GUI program runs as the "gdm" user, setting the key for the "gdm" user allows the login program to shutdown and reboot via ConsoleKit. Also this patch modifies the tools/solaris/ck-system-restart and tools/solaris/ck-system-stop scripts to call "/sbin/init 6" and "/sbin/init 5", which are the right commands for Solaris.
* initial stop/restart supportWilliam Jon McCann2008-01-223-0/+62
Add Stop and Restart methods to the Manager object. We'll rename the Manager object to System in the near future. Use libpolkit to determine authorization.