svn commit: r468974 - head/security/sudo

Renato Botelho garga at FreeBSD.org
Thu May 3 18:57:16 UTC 2018


Author: garga
Date: Thu May  3 18:57:15 2018
New Revision: 468974
URL: https://svnweb.freebsd.org/changeset/ports/468974

Log:
  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 at utanet.at>
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Thu May  3 18:51:51 2018	(r468973)
+++ head/security/sudo/Makefile	Thu May  3 18:57:15 2018	(r468974)
@@ -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


More information about the svn-ports-head mailing list