diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-01-14 20:05:48 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-01-14 20:05:48 +0000 |
commit | 450254bcaaec2ecd5189ded98f944de01e39bf3b (patch) | |
tree | a4ec191ad2e07bb9a53bc911827f24bd3f49451e | |
parent | e01e6858e6c1281079cd4dbecdf291bcd282e2e0 (diff) | |
download | portage-450254bcaaec2ecd5189ded98f944de01e39bf3b.tar.gz portage-450254bcaaec2ecd5189ded98f944de01e39bf3b.tar.bz2 portage-450254bcaaec2ecd5189ded98f944de01e39bf3b.zip |
For bug #161975, document the fact that GENTOO_MIRRORS supports mounted filesystem mirrors.
svn path=/main/trunk/; revision=5644
-rw-r--r-- | man/make.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 571c374d7..07a0f1107 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -278,7 +278,9 @@ place\-holders \\${DISTDIR} and \\${URI}. \fBGENTOO_MIRRORS\fR = \fI[URLs]\fR Insert your space\-seperated list of local mirrors here. These locations are used to download files before the ones listed in -the \fIebuild scripts\fR. Merging 'mirrorselect' can help. +the \fIebuild scripts\fR. Merging 'mirrorselect' can help. Entries in this +variable that have no protocol and simply start with a '/' path separator may +be used to specify mounted filesystem mirrors. .TP \fBhttp_proxy ftp_proxy\fR = \fI[host:port]\fR These vars are used if the sources must be downloaded from the |