summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-05-18 15:24:05 -0700
committerZac Medico <zmedico@gentoo.org>2013-05-18 15:24:05 -0700
commit1e984dab27458e3026163c5690aec5fd3298dd8b (patch)
tree1a0418ca278f711eb8fb0fad5df62a50ae7c62a6 /man
parentRELEASE-NOTES: ACCEPT_RESTRICT in 2.1.12 (diff)
downloadportage-1e984dab27458e3026163c5690aec5fd3298dd8b.tar.gz
portage-1e984dab27458e3026163c5690aec5fd3298dd8b.tar.bz2
portage-1e984dab27458e3026163c5690aec5fd3298dd8b.zip
Support PORTAGE_SSH_OPTS, bug #470002.
Additional ssh options to be used when portage executes ssh or sftp. This variable supports use of embedded quote characters to quote whitespace or special shell characters within arguments (embedded quotes must be escaped in make.conf settings).
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.58
1 files changed, 8 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 9b4121ce6..fed71f55e 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -854,6 +854,14 @@ addresses are exhausted.
.br
Defaults to -1.
.TP
+\fBPORTAGE_SSH_OPTS\fR = \fI[list of ssh options]\fR
+Additional ssh options to be used when portage executes ssh or sftp.
+This variable supports use of embedded quote characters to quote
+whitespace or special shell characters within arguments (embedded
+quotes must be escaped in make.conf settings).
+.br
+Defaults to no value.
+.TP
\fBPORTAGE_SYNC_STALE\fR = \fI[NUMBER]\fR
Defines the number of days after the last `emerge \-\-sync` that a warning
message should be produced. A value of 0 will disable warnings.