slitaz-boot-scripts rev 274 4.5

bootopts.sh: remove this chown -R on user home it make all files executable (this was a realy bad idea, noe repos is only accessible for a few old dev, it a part too imporant of the os to let anybody do what it want...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 05 12:35:23 2011 +0200 (2011-06-05)
parents 2bce54934129
children 6208c17a9e42
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Sun Jun 05 02:12:28 2011 +0200
     1.2 +++ b/etc/init.d/bootopts.sh	Sun Jun 05 12:35:23 2011 +0200
     1.3 @@ -36,8 +36,6 @@
     1.4  	addgroup $USER cdrom
     1.5  	addgroup $USER video
     1.6  	addgroup $USER tty
     1.7 -	# make user be only read/write by user
     1.8 -	chmod -R 755 /home/$USER
     1.9  	# Slim default user.
    1.10  	if [ -f /etc/slim.conf ]; then
    1.11  		sed -i s/"default_user .*"/"default_user        $USER"/\