summaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Port to PolicyKit 1.0 apisMatthias Clasen2009-07-201-1/+1
|
* add example upstart events for loggingWilliam Jon McCann2009-02-111-0/+3
| | | | | These can be used to add system start/stop/restart logging but hooking into Upstart event mechanism.
* fix packaging of policy fileWilliam Jon McCann2008-02-291-1/+1
|
* make polkit optional and use RBAC on SolarisBrian Cameron2008-01-281-0/+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-221-0/+4
| | | | | | 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.
* remove obsolete sysv init scriptMichael Biebl2007-12-081-14/+1
| | | | | | | given that my first patch get's applied, it makes sense to remove the old sysv init script, as it's not really needed anymore. Besides, most distros will not use this init script anyways as they have special policies for their init script and provide their own.
* start CK service on-demand using D-Bus system activationMichael Biebl2007-12-081-1/+8
| | | | | | | the attached patch installs a D-Bus system service file. This way the CK service can be started on demand. This obviously makes the sysv init script obsolete. Requirements are dbus >= 1.1.2
* Don't create rc.d/init.d directory on FreeBSD.Florent Thoumie2007-08-271-2/+1
| | | | | | | Move the initdir variable inside the if-block so that it's not created on FreeBSD. Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* Disconnect init.d script on FreeBSD.Florent Thoumie2007-08-261-0/+5
| | | | | | | Don't install ConsoleKit script in init.d/rc.d/ as it is unusable on FreeBSD. Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* Add preliminary support for seats with devicesWilliam Jon McCann2007-07-201-0/+4
|
* autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl2007-04-021-0/+13
| | | | | | | | | | | | | | | | | | The attached patch does the following: - Use a separate $pam-module-dir variable for the pam module - Instead of defining a custom $slibdir variable, just use the standard $libdir variable specified by autoconf - Use the standard autoconf $docdir variable (Add AC_PREREQ(2.59) for that). - Drop AS_AC_EXPAND macro and remove AC_DEFINE_UNQUOTED for dir variables. + Build the init script at make time using sed + Use defines in src/Makefile.am to pass the variables to gcc at make time - Consistently use AC_HELP_STRING everywhere - Remove/Replace deprecated macros: + AM_INIT_AUTOMAKE takes the package name and version number from AC_INIT + AM_CONFIG_HEADER -> AC_CONFIG_HEADERS + AC_OUTPUT -> AC_CONFIG_FILES Patch is tested and make distcheck works.
* Rename dbus config file.William Jon McCann2007-01-121-1/+1
|
* Actually remove files and remember to use commit -a.William Jon McCann2006-10-271-0/+4
|
* Initial importWilliam Jon McCann2006-10-251-0/+14