ports/129761: [PATCH] shells/zsh: add "-E" option to "sudo" command completion

Mykola Dzham i at levsha.org.ua
Fri Dec 19 14:20:08 UTC 2008


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



More information about the freebsd-ports-bugs mailing list