wok diff sudo/receipt @ rev 23689

updated sysstat (12.1.7 -> 12.3.2)
author Hans-G?nter Theisgen
date Sun Apr 26 17:56:55 2020 +0100 (2020-04-26)
parents 624fa0648f2e
children 059bb2e67481
line diff
     1.1 --- a/sudo/receipt	Tue Oct 15 10:14:15 2019 +0200
     1.2 +++ b/sudo/receipt	Sun Apr 26 17:56:55 2020 +0100
     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  }