Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 May 2018 18:57:15 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468974 - head/security/sudo
Message-ID:  <201805031857.w43IvFI5049413@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805031857.w43IvFI5049413>