]> code.delx.au - pulseaudio/commit
systemd: complement module-console-kit with module-systemd-login
authorLennart Poettering <lennart@poettering.net>
Sat, 17 Mar 2012 00:52:41 +0000 (01:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 17 Mar 2012 00:52:41 +0000 (01:52 +0100)
commit860d1cf3a76701ade38784822abb24285176227c
treec9cca07cd0db64088375812af8c8be22a1f4d8a4
parente83ebabc68811eadba8415216232c766266d92d2
systemd: complement module-console-kit with module-systemd-login

ConsoleKit has been deprecated and replaced by systemd's logind daemon,
hence provide the same functionality of module-console-kit in
module-systemd-login. This also makes sure that the CK module becomes a
NOP if the system is booted with systemd, resp. that the systemd module
becomes a NOP if the system is booted without systemd, thus being nice
to OSes such as Debian which want to support multiple init systems.
configure.ac
src/Makefile.am
src/daemon/default.pa.in
src/modules/module-console-kit.c
src/modules/module-systemd-login.c [new file with mode: 0644]