ports/98283: [patch] security/sudo: fix `OME' instead of `$HOME' in OPTIONS

Dmitry Marakasov amdmi3 at mail.ru
Thu Jun 1 14:50:26 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list