opt/dbus
2008-10-21 11:02:28 +11:00
..
.footprint dbus: Update to 1.1.20. 2008-03-02 04:46:45 -05:00
.md5sum [notify] dbus: update to 1.2.4 2008-10-21 11:02:28 +11:00
30-dbus.launch dbus: updated to version 0.92; hal: updated to version 0.5.7.1, patched for dbus 0.92; dbus-glib, dbus-python, pyrex: initial imports for new modular dbus, versions 0.71, 0.71, and 0.9.4.1 2006-09-07 16:03:04 +00:00
Pkgfile [notify] dbus: update to 1.2.4 2008-10-21 11:02:28 +11:00
post-install dbus: add post-install, fixes FS#332 2008-07-20 02:57:41 +10:00
pre-install avahi, dbus, hal: initial imports, versions 0.6.13, 0.62, 0.5.7 2006-09-03 18:44:39 +00:00
rc.dbus dbus: corrected dbus.pid location in rc script 2007-10-26 08:18:10 -05:00
README dbus: updated to version 1.0.1 2006-12-01 11:34:18 -06:00

README for dbus 0.92+

REQUIREMENTS

PRE/POST-INSTALL
	Create a user/group messagebus with a unused id < 99:

	'groupadd -g 81 messagebus'
	'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
	'passwd -l messagebus'

PRECAUTION