diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-07-01 17:16:32 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-07-01 17:16:32 +0000 |
commit | 0a838ddccdeed7c930cab0e6dc1df7b6417f0c67 (patch) | |
tree | a0046497640d6e232c17aea9e7787b090e29afd9 | |
parent | d6faec0c56f6aa65c287900daf9b56e5dba99e9f (diff) | |
download | portage-0a838ddccdeed7c930cab0e6dc1df7b6417f0c67.tar.gz portage-0a838ddccdeed7c930cab0e6dc1df7b6417f0c67.tar.bz2 portage-0a838ddccdeed7c930cab0e6dc1df7b6417f0c67.zip |
s/PORTAGE_EXTRA_RSYNC_OPTS/PORTAGE_RSYNC_OPTS/ for correctness.
svn path=/main/trunk/; revision=7114
-rw-r--r-- | cnf/make.conf | 2 | ||||
-rw-r--r-- | man/make.conf.5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.conf b/cnf/make.conf index 8a3b180ca..4db05d876 100644 --- a/cnf/make.conf +++ b/cnf/make.conf @@ -80,7 +80,7 @@ # this, you must update your /etc/make.profile symlink accordingly. # ***Warning*** # Data stored inside PORTDIR is in peril of being overwritten or deleted by -# the emerge --sync command. The default value of PORTAGE_EXTRA_RSYNC_OPTS +# the emerge --sync command. The default value of PORTAGE_RSYNC_OPTS # will protect the default locations of DISTDIR and PKGDIR, but users are # warned that any other locations inside PORTDIR are not necessarily safe # for data storage. diff --git a/man/make.conf.5 b/man/make.conf.5 index e0c0bbbf5..4ae3a2f94 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -434,7 +434,7 @@ Defaults to /usr/portage. .br Data stored inside \fBPORTDIR\fR is in peril of being overwritten or deleted by the emerge \-\-sync command. The default value of -\fBPORTAGE_EXTRA_RSYNC_OPTS\fR will protect the default locations of +\fBPORTAGE_RSYNC_OPTS\fR will protect the default locations of \fBDISTDIR\fR and \fBPKGDIR\fR, but users are warned that any other locations inside \fBPORTDIR\fR are not necessarily safe for data storage. .TP |