summaryrefslogtreecommitdiff
path: root/data/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2015-08-12Fix two install issues with 90-consolekitKoop Mast1-2/+1
* Don't try to run "chmod +x" on 90-consolekit, it is not a executable. * Use INSTALL_SCRIPT instead of INSTALL_PROGRAM. According to a comment in the header of 90-consolekit this file is sourced by Xsession(5), not executed. Now it also doesn't try to run strip on the 90-consolekit file.
2014-11-17trivial: ignore non-empty log dir on uninstallEric Koegel1-1/+1
2014-11-11Fix installing 90-consolekit fileEric Koegel1-9/+22
This ensures the 90-consolekit file will be installed to the right location.
2014-11-11Conditionally add the SystemdServiceEric Koegel1-5/+12
Add the SystemdService service tag to the consolekit service file if we're being built with systemd support.
2014-11-11Fix installing logrotate fileEric Koegel1-5/+29
This ensures the logrotate file will rotate the history file correctly. It also now installs to the right location.
2014-10-19Install 90-consolekit script to xinitrc dirEric Koegel1-0/+5
This installs an Xsession.d script for ck-launch-session. By default the script is installed to /etc/X11/xinit/xinitrc.d but can be changed by a --with-xinitrc-dir configure switch.
2014-10-19Fix make distcheck when installing log fileEric Koegel1-4/+6
2014-10-19Add --with-logrotate-dir configure optionEric Koegel1-1/+4
We now install the logrotate file and default to /etc/logrotate.d as the default to install to.
2014-10-19Add additional files to data folderEric Koegel1-0/+2
Add the logrotate and Xsession.d script for ck-launch-session to the data folder so it's easier for distros to include it. These files were pulled from the Debian ConsoleKit package: http://ftp.de.debian.org/debian/pool/main/c/consolekit/consolekit_0.4.6-5.debian.tar.xz
2011-02-17build-sys: make sure make install can be run twice in a rowLennart Poettering1-0/+5
https://bugs.freedesktop.org/show_bug.cgi?id=32130
2010-11-17systemd: log shutdown when doing kexec rebootLennart Poettering1-1/+4
2010-09-05systemd: install unit files for CK logging callsLennart Poettering1-2/+36
This follows the basic scheme of the Upstart scripts we already ship
2010-08-12systemd: install systemd unit filesLennart Poettering1-1/+11
2009-07-20Port to PolicyKit 1.0 apisMatthias Clasen1-1/+1
2009-02-11add example upstart events for loggingWilliam Jon McCann1-0/+3
These can be used to add system start/stop/restart logging but hooking into Upstart event mechanism.
2008-02-29fix packaging of policy fileWilliam Jon McCann1-1/+1
2008-01-28make polkit optional and use RBAC on SolarisBrian Cameron1-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.
2008-01-22initial stop/restart supportWilliam Jon McCann1-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.
2007-12-08remove obsolete sysv init scriptMichael Biebl1-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.
2007-12-08start CK service on-demand using D-Bus system activationMichael Biebl1-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
2007-08-27Don't create rc.d/init.d directory on FreeBSD.Florent Thoumie1-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>
2007-08-26Disconnect init.d script on FreeBSD.Florent Thoumie1-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>
2007-07-20Add preliminary support for seats with devicesWilliam Jon McCann1-0/+4
2007-04-02autoconf fixes, separate pamlibdir variable, path expansion at make timeMichael Biebl1-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.
2007-01-12Rename dbus config file.William Jon McCann1-1/+1
2006-10-27Actually remove files and remember to use commit -a.William Jon McCann1-0/+4
2006-10-25Initial importWilliam Jon McCann1-0/+14