summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-29 08:18:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:43 +0100
commita8093ea60cd2b682b3073f2de5aa73e1adfe7587 (patch)
tree9f521f18bb58cb4a5d69ff92318cf452bbbe3d75 /documentation
parent6a01070df309a5804b5a1884ec0d312e6a5a229f (diff)
downloadpoky-a8093ea60cd2b682b3073f2de5aa73e1adfe7587.tar.gz
ref-manual: Edits to the behind the firewall proxy question.
(From yocto-docs rev: 90937d03015eb7d4054f7b71ef0c3d3b330d6231) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/faq.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index c0cde7f429..8553a40081 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -314,14 +314,14 @@
314 Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename> 314 Most source fetching by the OpenEmbedded build system is done by <filename>wget</filename>
315 and you therefore need to specify the proxy settings in a 315 and you therefore need to specify the proxy settings in a
316 <filename>.wgetrc</filename> file in your home directory. 316 <filename>.wgetrc</filename> file in your home directory.
317 Example settings in that file would be 317 Here are some example settings:
318 <literallayout class='monospaced'> 318 <literallayout class='monospaced'>
319 http_proxy = http://proxy.yoyodyne.com:18023/ 319 http_proxy = http://proxy.yoyodyne.com:18023/
320 ftp_proxy = http://proxy.yoyodyne.com:18023/ 320 ftp_proxy = http://proxy.yoyodyne.com:18023/
321 </literallayout> 321 </literallayout>
322 The Yocto Project also includes a <filename>site.conf.sample</filename> 322 The Yocto Project also includes a
323 file that shows how to configure CVS and Git proxy servers 323 <filename>site.conf.sample</filename> file that shows how to
324 if needed. 324 configure CVS and Git proxy servers if needed.
325 </para> 325 </para>
326 </answer> 326 </answer>
327 </qandaentry> 327 </qandaentry>