From owner-freebsd-stable@FreeBSD.ORG Tue May 29 08:11:41 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C217106564A for ; Tue, 29 May 2012 08:11:41 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.3.230]) by mx1.freebsd.org (Postfix) with ESMTP id DA8D38FC08 for ; Tue, 29 May 2012 08:11:40 +0000 (UTC) Received: from dcave.digsys.bg (dcave.digsys.bg [192.92.129.5]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.5/8.14.5) with ESMTP id q4T81dnM014858 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 29 May 2012 11:01:39 +0300 (EEST) (envelope-from daniel@digsys.bg) Message-ID: <4FC48263.8050104@digsys.bg> Date: Tue, 29 May 2012 11:01:39 +0300 From: Daniel Kalchev User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.4) Gecko/20120528 Thunderbird/10.0.4 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20120526202432.GA265@DataIX.net> In-Reply-To: <20120526202432.GA265@DataIX.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: /usr/bin/unzip not being installed on 8.3-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2012 08:11:41 -0000 According to the unzip(1) man page on 9-stable: HISTORY The unzip utility appeared in FreeBSD 8.0. So possibly the man page needs to be fixed as well. Daniel