wok-next diff slim-pam/receipt @ rev 19019
slitaz-base-files (303), slitaz-tools, tazdrop (975), tazinst-gui, tazinst (68)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 01 11:06:21 2016 +0200 (2016-04-01) |
parents | d0948455b365 |
children | cb984de687da |
line diff
1.1 --- a/slim-pam/receipt Tue May 28 13:24:15 2013 +0000 1.2 +++ b/slim-pam/receipt Fri Apr 01 11:06:21 2016 +0200 1.3 @@ -52,9 +52,9 @@ 1.4 post_install() 1.5 { 1.6 local USER 1.7 - USER=$(awk -F: '/:1000:1000:/ { print $1 }' < $1/etc/passwd) 1.8 + USER=$(awk -F: '/:1000:1000:/ { print $1 }' < "$1/etc/passwd") 1.9 [ -n "$USER" ] && 1.10 - sed -i s/"default_user .*"/"default_user $USER"/ $1/etc/slim.conf 1.11 + sed -i s/"default_user .*"/"default_user $USER"/ "$1/etc/slim.conf" 1.12 1.13 # In order to update the SLiM, we need to restart it. 1.14 # We can't just "/etc/init.d/slim restart" because it momentarily interrupts