Document the fact that a system-wide D-BUS daemon needs to be running.

This commit is contained in:
ajacoutot 2010-10-26 21:36:33 +00:00
parent 9fa1d217ce
commit 146540a4bd
2 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2010/09/17 13:37:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.13 2010/10/26 21:36:33 ajacoutot Exp $
COMMENT= framework for defining and tracking users
DISTNAME= ConsoleKit-0.4.1
PKGNAME= ${DISTNAME:L}
REVISION= 1
REVISION= 2
CATEGORIES= sysutils

View File

@ -2,5 +2,6 @@ To enable ConsoleKit in a graphical session, prepend ck-launch-session
to the session script (note: gdm(1) does this automatically). e.g.
${PREFIX}/bin/ck-launch-session ${PREFIX}/bin/bin/xfce4-session
Note that you need a system-wide D-BUS daemon running.
The /var/log/ConsoleKit/history logfile can grow very large after some
time. It is advised to use newsyslog(8) to rotate it.