diff options
author | Alec Warner <antarus@gentoo.org> | 2007-02-01 20:13:39 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2007-02-01 20:13:39 +0000 |
commit | 63028c3860101e4272b9e78cdd47f2c2eabe1b32 (patch) | |
tree | 4d08f7d880b41616d3d196f46492ef5d50664f6b | |
parent | 5fb905db2c75b83a3daebb6353ad690912474d8e (diff) | |
download | portage-63028c3860101e4272b9e78cdd47f2c2eabe1b32.tar.gz portage-63028c3860101e4272b9e78cdd47f2c2eabe1b32.tar.bz2 portage-63028c3860101e4272b9e78cdd47f2c2eabe1b32.zip |
add warning about storing data in PORTDIR
svn path=/main/trunk/; revision=5866
-rw-r--r-- | man/make.conf.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 6956be9b1..f5700cf54 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -381,6 +381,15 @@ Defaults to /var/tmp. Defines the location of your Portage tree. .br Defaults to /usr/portage. +.br +\fB***Warning***\fR +.br +Storing data such as distfiles and binary packages in PORTDIR can +be potentially dangerous. The default emerge configuration defaults to this +behavior (which will work fine), however if you deviate from the default +configuration by changing PKGDIR or DISTDIR, emerge \-\-sync may inadvertedly +delete all your distfiles/binary packages. Please make sure to set +\fBPORTAGE_EXTRA_RSYNC_OPTS\fR properly to insure the safety of files in PORTDIR. .TP \fBPORTDIR_OVERLAY\fR = \fI"[path] [different\-path] [etc...]"\fR Defines the directories in which user made ebuilds may be stored and not |