svn commit: r46008 - head/en_US.ISO8859-1/books/handbook/jails
Jason Helfman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: jgh Date: Fri Nov 21 18:17:32 2014 New Revision: 46008 URL: https://svnweb.freebsd.org/changeset/doc/46008 Log: - address command-line issue in jail building section http://lists.freebsd.org/pipermail/freebsd-doc/2014-November/024583.html Differential Revision: https://reviews.freebsd.org/D1205 Reported by: [email protected] Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Fri Nov 21 13:35:37 2014 (r46007) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Fri Nov 21 18:17:32 2014 (r46008) @@ -240,7 +240,7 @@ <para>When using &man.sh.1; on &os; 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</userinput></screen> + <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> <para>When using &os; 8.x, run this:</para> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"