From 8c90fc6d64dc986413b8450516a52095c9a73c5e Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sat, 12 Sep 2015 19:47:09 +0000 Subject: [PATCH] Change the cloned_interfaces line to a simple assignment rather than appending to an existing variable. Most users will not have other cloned interfaces, and assuming that they do adds unnecessary complexity to this example. Pointed out by Adam Vande More on -doc. --- en_US.ISO8859-1/books/handbook/jails/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/jails/chapter.xml b/en_US.ISO8859-1/books/handbook/jails/chapter.xml index 2a142aa442..081af8b1e1 100644 --- a/en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -1012,7 +1012,7 @@ jail_www_devfs_enable="YES" loopback interface is created by adding an entry to /etc/rc.conf: - cloned_interfaces="${cloned_interfaces} lo1" + cloned_interfaces="lo1" The second loopback interface lo1 will be created when the system starts. It can also be