From owner-svn-ports-all@freebsd.org Mon Jun 11 16:39:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8C0810199A4; Mon, 11 Jun 2018 16:39:43 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5953B6F4FB; Mon, 11 Jun 2018 16:39:43 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 393FB1DF39; Mon, 11 Jun 2018 16:39:43 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5BGdhKI054286; Mon, 11 Jun 2018 16:39:43 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5BGdhKG054285; Mon, 11 Jun 2018 16:39:43 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201806111639.w5BGdhKG054285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Mon, 11 Jun 2018 16:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472191 - head/sysutils/vzvol X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/sysutils/vzvol X-SVN-Commit-Revision: 472191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 16:39:43 -0000 Author: fernape Date: Mon Jun 11 16:39:42 2018 New Revision: 472191 URL: https://svnweb.freebsd.org/changeset/ports/472191 Log: sysutils/vzvol: fix typo in pkg-descr Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15740 Modified: head/sysutils/vzvol/pkg-descr Modified: head/sysutils/vzvol/pkg-descr ============================================================================== --- head/sysutils/vzvol/pkg-descr Mon Jun 11 16:23:48 2018 (r472190) +++ head/sysutils/vzvol/pkg-descr Mon Jun 11 16:39:42 2018 (r472191) @@ -1,6 +1,6 @@ vzvol is a zvol manager, that allows a user to create, format, and manage zvols in the context of use for -virualization. It is meant to simplify the management of +virtualization. It is meant to simplify the management of these devices, as well as allow the creation of a shim .VMDK file to allow the use of a zvol with VirtualBox.