wok diff sudo/receipt @ rev 23876

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 14:12:33 2020 +0000 (2020-07-01)
parents 624fa0648f2e
children 059bb2e67481
line diff
     1.1 --- a/sudo/receipt	Tue Oct 15 10:14:15 2019 +0200
     1.2 +++ b/sudo/receipt	Wed Jul 01 14:12:33 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sudo"
     1.7 -VERSION="1.8.28"
     1.8 +VERSION="1.8.31"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Allows command execution as root for specified users."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -56,7 +56,7 @@
    1.13  		mv "$1/etc/sudoers"	"$1/etc/sudoers-dist"
    1.14  		mv "$1/etc/sudoers.bak"	"$1/etc/sudoers"
    1.15  	  else
    1.16 -		chown root.root "$1/etc/sudoers"
    1.17 -		chmod 0440 "$1/etc/sudoers"
    1.18 +		chown root.root	"$1/etc/sudoers"
    1.19 +		chmod 0440	"$1/etc/sudoers"
    1.20  	fi
    1.21  }