Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2008 15:52:22 +0200
From:      Mykola Dzham <i@levsha.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/129761: [PATCH] shells/zsh: add "-E" option to "sudo" command completion
Message-ID:  <E1LDfmA-000A9w-DA@expo.ukrweb.net>
Resent-Message-ID: <200812191420.mBJEK1wg042476@freefall.freebsd.org>

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

>Number:         129761
>Category:       ports
>Synopsis:       [PATCH] shells/zsh: add "-E" option to "sudo" command completion
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 19 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mykola Dzham
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD notebook.levsha.org.ua 8.0-CURRENT FreeBSD 8.0-CURRENT #5 r185571: Wed Dec 3 18:08:42 EET 2008 root@notebook.levsha.org.ua:/usr/local/obj/usr/local/src/sys/LEVSHA i386


	
>Description:
"-E" option absent in Completion/Unix/Command/_sudo file
>How-To-Repeat:
>Fix:
use this patch:

--- Completion/Unix/Command/_sudo.orig	2008-12-19 14:26:35.000000000 +0200
+++ Completion/Unix/Command/_sudo	2008-12-19 14:28:32.000000000 +0200
@@ -22,5 +22,6 @@
        '-s[run SHELL]' \
        '-H[set HOME environment variable]' \
        '-S[read password from stdin]' \
+       '-E[preserve environment]' \
        '(-):command name: _command_names -e'  \
        '*::arguments: _normal'

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LDfmA-000A9w-DA>