wok rev 811

hal: typo in pre_install
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 16 03:01:30 2008 +0200 (2008-05-16)
parents 657a5d4aca5b
children 8086d3586b5f
files hal/receipt
line diff
     1.1 --- a/hal/receipt	Fri May 16 02:32:41 2008 +0200
     1.2 +++ b/hal/receipt	Fri May 16 03:01:30 2008 +0200
     1.3 @@ -69,7 +69,7 @@
     1.4  	root=$1
     1.5  	# Go for echoing on configuration files if any haldeamon user
     1.6  	# was found.
     1.7 -	if ! grep -q 'messagebus' $root/etc/passwd; then
     1.8 +	if ! grep -q 'haldaemon' $root/etc/passwd; then
     1.9  		echo -n "Adding user: messagebus..."
    1.10  		echo 'haldaemon:x:26:26:HAL Daemon User:/dev/null:/bin/false' >> $root/etc/passwd
    1.11  		echo 'haldaemon:!:14013:0:99999:7:::' >> $root/etc/shadow