Page MenuHomeFreeBSD

D2116.id4338.diff
No OneTemporary

D2116.id4338.diff

Index: en_US.ISO8859-1/books/handbook/jails/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/handbook/jails/chapter.xml
+++ en_US.ISO8859-1/books/handbook/jails/chapter.xml
@@ -242,7 +242,7 @@
<para>When using &man.sh.1; on &os;&nbsp;9.x and newer, issue this
command:</para>
- <screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR) ; done</userinput></screen>
+ <screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR ; done</userinput></screen>
<para>When using &os;&nbsp;8.x, run this:</para>
@@ -251,15 +251,15 @@
<para>If <command>csh</command>/<command>tcsh</command> is used on
&os; 9.x and newer, execute this command:</para>
- <screen>&prompt.root; <userinput>foreach <replaceable>sets</replaceable> ( BASE DOC GAMES PORTS )
-tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR
-done</userinput></screen>
+ <screen>&prompt.root; <userinput>foreach <replaceable>sets</replaceable> ( BASE PORTS )
+tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR
+end</userinput></screen>
<para>On &os;&nbsp;8.x, run this command:</para>
<screen>&prompt.root; <userinput>foreach <replaceable>dir</replaceable> ( base catpages dict doc games info manpages ports )
cd /mnt/8.<replaceable>4</replaceable>-RELEASE/$dir; ./install.sh
-done</userinput></screen>
+end</userinput></screen>
<para>The &man.jail.8; manual page explains the procedure for
building a jail:</para>

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 13, 3:32 PM (8 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31415445
Default Alt Text
D2116.id4338.diff (1 KB)

Event Timeline