From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 09:59:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 810517E; Tue, 7 Oct 2014 09:59:49 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB2162D; Tue, 7 Oct 2014 09:59:49 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C75A1BDC1F; Tue, 7 Oct 2014 11:59:45 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id A85B4BDC1D; Tue, 7 Oct 2014 11:59:45 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 525436124; Tue, 7 Oct 2014 11:59:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 5841575B1290; Tue, 7 Oct 2014 11:59:31 +0200 (CEST) Date: Tue, 07 Oct 2014 11:59:30 +0200 From: Mathieu Arnold To: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r370242 - in head/emulators: . hyperv-is hyperv-is/files Message-ID: In-Reply-To: <201410062258.s96MwoqK063529@svn.freebsd.org> References: <201410062258.s96MwoqK063529@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 09:59:49 -0000 +--On 6 octobre 2014 22:58:50 +0000 John Marino wrote: | +@cwd /boot/kernel | +%%A%%hv_ata_pci_disengage.ko | +%%A%%hv_netvsc.ko Please, do not use @cwd, it is confusing, and not needed since pkg_* has gotten out. List files with their path like this : %%A%%/boot/kernel/hv_ata_pci_disengage.ko | +%%A%%hv_storvsc.ko | +%%A%%hv_utils.ko | +%%A%%hv_vmbus.ko | +%%B%%hv_kvp.ko | +@cwd /etc/rc.d | +hv_kvpd | +%%A%%@cwd /usr/share/man/man1 | +%%A%%hyperv-is.1.gz | +%%B%%@cwd /usr/sbin | +%%B%%hv_kvp_daemon | +@cwd /usr/share/man/man4 | +%%A%%hv_ata_pci_disengage.4.gz | +hv_kvp.4.gz | +%%A%%hv_netvsc.4.gz | +%%A%%hv_storvsc.4.gz | +%%A%%hv_utils.4.gz | +%%A%%hv_vmbus.4.gz | +%%B%%@cwd /usr/share/man/man8 | +%%B%%hv_kvp_daemon.8.gz -- Mathieu Arnold