diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-29 18:45:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-09-29 18:45:45 +0000 |
commit | 82d957c29ade1278de27561507810d120a3a2a5c (patch) | |
tree | 89ffca6ab3f036c28cd0bdb8c83b07b687a88655 /chapter03/introduction.xml | |
parent | f41fa812d66608d4ac85de481e753aee7607ac6c (diff) |
Update bash upstream patch for CVE-2014-6271, CVE-2014-7169, and
CVE-2014-7187 (through upstream patch bash43-027).
Update to tzdata-2014h.
Update to man-db-2.7.0.2.
Improve wget command line in Section 3.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10768 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/introduction.xml')
-rw-r--r-- | chapter03/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index cbe8a31a4..3c4f26452 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -53,7 +53,7 @@ <ulink url="../wget-list">wget-list</ulink> as an input to <command>wget</command>. For example:</para> -<screen role="nodump"><userinput>wget -i wget-list -P $LFS/sources</userinput></screen> +<screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> <para>Additionally, starting with LFS-7.0, there is a separate file, <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all |