Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Jun 2006 18:45:17 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98283: [patch] security/sudo: fix `OME' instead of `$HOME' in OPTIONS
Message-ID:  <20060601144517.1A121310@hades.panopticon>
Resent-Message-ID: <200606011450.k51EoD7L048170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98283
>Category:       ports
>Synopsis:       [patch] security/sudo: fix `OME' instead of `$HOME' in OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 14:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
OPTIONS dialog for port sudo displays this description for SHELL_SETS_HOME option:

`Set OME to target user in shell mode'

The patch changes that to correct

`Set $HOME to target user in shell mode'

>How-To-Repeat:
cd /usr/ports/security/sudo && make config
>Fix:

--- sudo.patch begins here ---
--- Makefile.orig	Mon May  1 16:13:14 2006
+++ Makefile	Thu Jun  1 18:39:41 2006
@@ -37,7 +37,7 @@
 
 OPTIONS=	LDAP	"With LDAP support" off \
 		OPIE	"With OPIE support" off \
-		SHELL_SETS_HOME "Set $HOME to target user in shell mode" off
+		SHELL_SETS_HOME "Set \\\$$HOME to target user in shell mode" off
 
 .include <bsd.port.pre.mk>
 
--- sudo.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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