wok-6.x diff sudo-pam/receipt @ rev 19404

Up openssh (7.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 09 12:06:28 2016 +0200 (2016-09-09)
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	Fri Sep 09 12:06:28 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  }