[patch] typo in jail's arguments

Andrey V. Elsukov bu7cher at yandex.ru
Fri Feb 28 08:19:55 UTC 2014


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


More information about the freebsd-pkg mailing list