opt/hal
2010-09-28 09:02:59 +00:00
..
.footprint hal: move udev rules to /lib 2009-12-12 11:40:12 +11:00
.md5sum hal: update to 0.5.14 2009-12-11 15:15:31 +11:00
hal.conf hal: Running as haldaemon breaks automounting, *sigh*. 2008-05-20 00:48:26 -04:00
Pkgfile hal: new maintainer 2010-09-28 09:02:59 +00:00
pre-install hal: Fix problems related to config, hopefully. 2008-05-18 01:46:10 -04:00
rc.hald hal: Running as haldaemon breaks automounting, *sigh*. 2008-05-20 00:48:26 -04:00
README hal: removed conflicting -n from the useradd line in the README, thanks sepen 2006-10-11 14:37:10 +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 -u 82 -g haldaemon -d /var/empty -s /bin/false haldaemon'
	'passwd -l haldaemon'

	If you wish to take advantage of the hotplug and automount-style features
	that apps like gnome-mount, gnome-volume-manager, or the like offer, create
	a 'plugdev' group and add your user to it, or change the 'plugdev' group in
	/usr/etc/dbus-1/system.d/hal.conf to something else and make sure your user
	is a member of that group.

PRECAUTION