ConsoleKit2: require cgmanager again.
Seems to fail sometimes to activate the session if the cgmanager service has not been started.
This commit is contained in:
parent
b7b9b255e1
commit
14f6afb1db
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
sv check cgmanager >/dev/null || exit 1
|
||||||
exec console-kit-daemon --no-daemon
|
exec console-kit-daemon --no-daemon
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ConsoleKit2'
|
# Template file for 'ConsoleKit2'
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
--with-rundir=/run --enable-udev-acl --enable-pam-module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue