ConsoleKit:

- faster starting
This commit is contained in:
Stephan Raue 2009-12-01 11:10:47 +01:00
parent 1bcc5afa50
commit 25b2afeaaa

View File

@ -4,11 +4,13 @@
#
# runlevels: openelec, text, debug
. /etc/sysconfig
(
. /etc/sysconfig
progress "Setup ConsoleKit"
progress "Setup ConsoleKit"
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
install -m 755 -d /var/log/ConsoleKit
install -m 755 -d /var/run/ConsoleKit
)&
exit 0