Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 12:19:27 +0400
From:      "Andrey V. Elsukov" <bu7cher@yandex.ru>
To:        freebsd-pkg@FreeBSD.org
Subject:   [patch] typo in jail's arguments
Message-ID:  <5310468F.3090806@yandex.ru>

next in thread | raw e-mail | index | archive | help
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



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