summaryrefslogtreecommitdiffstats
path: root/sudo
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-10 20:39:58 +0100
committertnut <tnut at nutyx dot com>2012-01-10 20:39:58 +0100
commit9ff13877bb93e608e7dce3972f9b8569fd7905f8 (patch)
tree9aaf0d3bc21ef7d4d7546e57c023c86c2779d31c /sudo
parentb5ec2b701b2809dccbe3cc45461157ec8223a743 (diff)
downloadnutyx-pakxe-9ff13877bb93e608e7dce3972f9b8569fd7905f8.tar.gz
nutyx-pakxe-9ff13877bb93e608e7dce3972f9b8569fd7905f8.tar.bz2
nutyx-pakxe-9ff13877bb93e608e7dce3972f9b8569fd7905f8.tar.xz
nutyx-pakxe-9ff13877bb93e608e7dce3972f9b8569fd7905f8.zip
sudo,correction configuration
Diffstat (limited to 'sudo')
-rwxr-xr-xsudo/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
index 51323c19a..1b0ba5dff 100755
--- a/sudo/Pkgfile
+++ b/sudo/Pkgfile
@@ -5,7 +5,7 @@
name=sudo
version=1.8.3p1
-release=1
+release=2
source=(ftp://ftp.sudo.ws/pub/sudo/$name-$version.tar.gz)
build() {
@@ -22,6 +22,6 @@ cd $name-$version
--enable-shell-sets-home
make
make DESTDIR=$PKG install
- echo "%admin ALL (=ALL) ALL" >> $PKG/etc/sudoers
+ echo "%admin ALL =(ALL) ALL" >> $PKG/etc/sudoers
}