wok-next diff sudo-pam/receipt @ rev 19442

Up fltk (1.3.3) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 14 09:34:02 2016 +0200 (2016-10-14)
parents 6fab3264ba87
children 58556ca016f4
line diff
     1.1 --- a/sudo-pam/receipt	Fri Dec 25 15:23:46 2015 +0200
     1.2 +++ b/sudo-pam/receipt	Fri Oct 14 09:34:02 2016 +0200
     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  }