wok rev 16513

slim: remove wrong msg, it's transparent for users
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 25 03:00:47 2014 +0200 (2014-04-25)
parents fe06085e7586
children b36a848f8ec7
files slim/receipt
line diff
     1.1 --- a/slim/receipt	Thu Apr 24 21:18:26 2014 +0200
     1.2 +++ b/slim/receipt	Fri Apr 25 03:00:47 2014 +0200
     1.3 @@ -65,11 +65,4 @@
     1.4  	USER=$(awk -F: '/:1000:1000:/ { print $1 }' < $1/etc/passwd)
     1.5  	[ -n "$USER" ] &&
     1.6  	sed -i s/"default_user .*"/"default_user        $USER"/ $1/etc/slim.conf
     1.7 -
     1.8 -	# In order to update the SLiM, we need to restart it.
     1.9 -	# We can't just "/etc/init.d/slim restart" because it momentarily interrupts
    1.10 -	# X session and the user will get a terrible console with strange letters.
    1.11 -	printf '%40s\n' | tr ' ' '='
    1.12 -	echo "In order to update the SLiM,"
    1.13 -	echo "please, reboot your system!"
    1.14  }