summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextHendrix2016-11-30 17:38:39 +0000
committerNextHendrix2016-11-30 17:38:39 +0000
commit9236b3ebb52dfd941e75fb8cfe81a36848b6a0ea (patch)
tree0316404d7e3a2935c021fc8cfe56bf11898bf2a5
parentbf12264566783d519bf0b82f94191a7e85c0eeec (diff)
downloadaur-sudo-masochist.tar.gz
added extra tries
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d7ff8eae7c..ebb85c7d97dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=sudo-masochist
_sudover=1.8.18p1
pkgver=${_sudover/p/.p}
-pkgrel=3
+pkgrel=4
pkgdesc="Sudo with a lot of extra insults"
arch=('i686' 'x86_64')
url="https://www.sudo.ws/sudo/"
@@ -52,6 +52,8 @@ build() {
--with-ldap-conf-file=/etc/openldap/ldap.conf \
--with-env-editor \
--with-passprompt="[sudo] password for %p: " \
+ --with-passwd-tries=20 \
+ --with-insults \
--with-all-insults
make
}