Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 10:25:57 GMT
From:      Takanori Watanabe <takawata@init-main.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/144316: Installing BSD unzip utility in base system may lead to confusing.
Message-ID:  <201002261025.o1QAPvao007334@www.freebsd.org>
Resent-Message-ID: <201002261030.o1QAU3qr074995@freefall.freebsd.org>

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

>Number:         144316
>Category:       bin
>Synopsis:       Installing BSD unzip utility in base system may lead to confusing.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 26 10:30:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Takanori Watanabe
>Release:        FreeBSD 9.0-CURRENT
>Organization:
Private
>Environment:
FreeBSD konata.init-main.com 9.0-CURRENT FreeBSD 9.0-CURRENT #29 r203274M: Sun Jan 31 21:14:50 JST 2010     
>Description:
FreeBSD unzip utility do not  extract archive with password set.

When extracting such archive, I used unzip(1) installed from ports, though I use normal 
zip archive with FreeBSD-tar.

After BSD unzip utility comes to the base, I cannot extract such archive, because
the BSD unzip utility is executed instead of normal unzip utility.

>How-To-Repeat:
Try to unzip archive with password, in clean installed account, with unzip-port installed.
>Fix:
chmod a-x /usr/bin/unzip 
or
move /usr/local/bin to the head of your command search PATH.

The best solution is to support extracting archive with password.

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



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