opt/hal
2006-09-07 22:10:27 +00:00
..
.footprint avahi, dbus, hal: initial imports, versions 0.6.13, 0.62, 0.5.7 2006-09-03 18:44:39 +00:00
.md5sum 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
hal-0.5.7.1-dbus-close.patch 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 hal: added dbus-glib to dependency list 2006-09-07 22:10:27 +00: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.hald avahi, dbus, hal: initial imports, versions 0.6.13, 0.62, 0.5.7 2006-09-03 18:44:39 +00:00
README 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

README for hal 0.5.7.1

REQUIREMENTS

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

	'groupadd -g 82 haldaemon'
	'useradd -n -u 82 -g haldaemon -d /var/empty -s /bin/false haldaemon'
	'passwd -l haldaemon'

PRECAUTION