ConsoleKit2: runit service now depends on cgmanager.
This commit is contained in:
parent
e39727f8a2
commit
dd1c79a397
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
sv check dbus >/dev/null || exit 1
|
||||
sv check cgmanager >/dev/null || exit 1
|
||||
exec console-kit-daemon --no-daemon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ConsoleKit2'
|
||||
pkgname=ConsoleKit2
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||
|
|
Loading…
Reference in New Issue