wok-current diff slim/receipt @ rev 16645
Up network-manager (0.9.8.10)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 20:55:24 2014 +0000 (2014-05-12) |
parents | 784241c8e52c |
children | bc9334796734 |
line diff
1.1 --- a/slim/receipt Sat Mar 22 20:20:40 2014 +0100 1.2 +++ b/slim/receipt Mon May 12 20:55:24 2014 +0000 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 }