slitaz-boot-scripts rev 259

Fix #36 - Sorry for that one
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 30 01:58:14 2011 +0200 (2011-04-30)
parents f1c0f8f8c116
children 2690856778e6
files etc/init.d/user-home.sh
line diff
     1.1 --- a/etc/init.d/user-home.sh	Fri Apr 29 21:06:53 2011 +0200
     1.2 +++ b/etc/init.d/user-home.sh	Sat Apr 30 01:58:14 2011 +0200
     1.3 @@ -31,9 +31,6 @@
     1.4  	addgroup $USER cdrom
     1.5  	addgroup $USER video
     1.6  	addgroup $USER tty
     1.7 -	# /home/$USER files from /etc/skel.
     1.8 -	# make user be only read/write by user
     1.9 -	chmod -R 700 /home/$USER
    1.10  	# Slim default user.
    1.11  	if [ -f /etc/slim.conf ]; then
    1.12  		sed -i s/"default_user .*"/"default_user        $USER"/\