wok diff sudo-pam/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents 6fab3264ba87
children dfeebf7e6265
line diff
     1.1 --- a/sudo-pam/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/sudo-pam/receipt	Sun Feb 12 00:43:16 2017 +0100
     1.3 @@ -41,7 +41,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  }