From owner-freebsd-pkg@FreeBSD.ORG Fri Feb 28 08:19:55 2014 Return-Path: Delivered-To: freebsd-pkg@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDBD0415 for ; Fri, 28 Feb 2014 08:19:55 +0000 (UTC) Received: from forward8l.mail.yandex.net (forward8l.mail.yandex.net [IPv6:2a02:6b8:0:1819::8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8753C1D79 for ; Fri, 28 Feb 2014 08:19:55 +0000 (UTC) Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward8l.mail.yandex.net (Yandex) with ESMTP id A10281A40D32 for ; Fri, 28 Feb 2014 12:19:51 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id 622B7BE001F for ; Fri, 28 Feb 2014 12:19:51 +0400 (MSK) Received: from 84.201.166.137-vpn.dhcp.yndx.net (84.201.166.137-vpn.dhcp.yndx.net [84.201.166.137]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id hxE0KR6A6F-JpvCEdod; Fri, 28 Feb 2014 12:19:51 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: f2f8e528-2786-4ec2-a607-77e36eb47e4d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393575591; bh=eQHFNTUHGn1bGmPOaTC190hfgb5Evmqf38UJbk3ROoo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: X-Enigmail-Version:Content-Type:Content-Transfer-Encoding; b=IZVn+zv3M/hsOEbVg7+xPNVNdg8b5f+UCPiQwYS0xyuuI51CziEX+V3Yhr82QKiPs VLSbtUcCXNBfth7ZZCbMjjQc+xhG43v0Fa8rbS0r2B79iLyzNRuJjnJ7Zvg3qHBxAW /nJzWnF00++RWBax74v5zCot8SqBX8kzup4HuBb8= Authentication-Results: smtp19.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <5310468F.3090806@yandex.ru> Date: Fri, 28 Feb 2014 12:19:27 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-pkg@FreeBSD.org Subject: [patch] typo in jail's arguments X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 08:19:55 -0000 Hi, it seems poudriere/common.sh has a typo: --- poudriere.orig/common.sh 2014-02-26 18:47:40.000000000 +0400 +++ poudriere/common.sh 2014-02-28 12:18:42.582936918 +0400 @@ -3064,7 +3064,7 @@ case $IPS in 01) localipargs="ip6.addr=::1" - ipargs="ip6.addr=inherit" + ipargs="ip6=inherit" ;; 10) localipargs="ip4.addr=127.0.0.1" -- WBR, Andrey V. Elsukov