From b0f3c0b70042c5d0ca08ff3b19722926b8f1d086 Mon Sep 17 00:00:00 2001 From: tomboy64 Date: Fri, 17 May 2013 09:06:40 -0700 Subject: [PATCH] man/make.conf.5: SYNC ssh examples, bug #470152 --- man/make.conf.5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/make.conf.5 b/man/make.conf.5 index 19118ff7e..f54c93f28 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -965,6 +965,22 @@ Insert your preferred rsync mirror here. This rsync server is used to sync the local portage tree when `emerge \-\-sync` is run. .br Defaults to rsync://rsync.gentoo.org/gentoo\-portage +.RS +.TP +.B Usage: +(rsync|ssh)://[username@]hostname[:port]/(module|path) +.TP +.B Examples: +rsync://private\-mirror.com/portage\-module +.br +rsync://rsync\-user@private\-mirror.com:873/gentoo\-portage +.br +ssh://ssh\-user@192.168.0.1:22/usr/portage +.br +ssh://ssh\-user@192.168.0.1:22/\\${HOME}/portage\-storage +.TP +Note: For the ssh:// scheme, key\-based authentication might be of interest. +.RE .TP \fBUNINSTALL_IGNORE\fR = \fI[space delimited list of fnmatch patterns]\fR This variable prevents uninstallation of files that match -- 2.26.2