aboutsummaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2018-05-03 18:57:15 +0000
committerRenato Botelho <garga@FreeBSD.org>2018-05-03 18:57:15 +0000
commitec99e38053ad7742926f66ee7822a1788934fa6f (patch)
tree88d77137049070c48f8075cd84c1a997b5907554 /security/sudo
parentbbf069b14189b4b6e2b1f6c39d1f081d739ac6e7 (diff)
downloadports-ec99e38053ad7742926f66ee7822a1788934fa6f.tar.gz
ports-ec99e38053ad7742926f66ee7822a1788934fa6f.zip
Add --rundir definition to CONFIGURE_ARGS to make sure configure script uses
/var/run/sudo. Without it, on a system that has /run directory, configure will by default define rundir to /run/sudo Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Sponsored by: Rubicon Communications, LLC (Netgate)
Notes
Notes: svn path=/head/; revision=468974
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 6826c2a0b335..473058709da9 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sudo
PORTVERSION= 1.8.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SUDO
@@ -26,7 +26,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-tty-tickets \
--with-env-editor \
--with-logincap \
- --with-long-otp-prompt
+ --with-long-otp-prompt \
+ --with-rundir=/var/run/sudo
OPTIONS_DEFINE= LDAP INSULTS DISABLE_ROOT_SUDO DISABLE_AUTH NOARGS_SHELL \
AUDIT OPIE PAM NLS SSSD DOCS EXAMPLES