wok-next diff sudo/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents d6ca18366f41
children 5d48570cca72
line diff
     1.1 --- a/sudo/receipt	Mon Dec 21 02:53:09 2015 +0200
     1.2 +++ b/sudo/receipt	Thu Mar 17 00:11:28 2016 -0300
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5  pre_install()
     1.6  {
     1.7 -	if [ -f "$1/etc/sudoers.bak" ]; then
     1.8 +	if [ -f "$1/etc/sudoers" ]; then
     1.9  		cp "$1/etc/sudoers" "$1/etc/sudoers.bak"
    1.10  	fi
    1.11  }