diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-04-18 22:14:57 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-04-18 22:16:10 -0700 |
commit | cde445abb6d3bcc357355589c4d6d9365069d247 (patch) | |
tree | 0e38c5ec0df70999824adbd4bcbe4a41a84684cc /cnf | |
parent | Updates for portage-2.3.64 release (diff) | |
download | portage-cde445abb6d3bcc357355589c4d6d9365069d247.tar.gz portage-cde445abb6d3bcc357355589c4d6d9365069d247.tar.bz2 portage-cde445abb6d3bcc357355589c4d6d9365069d247.zip |
cnf/make.conf.example: remove comment about DISTDIR and PKGDIR in PORTDIR
Reported-by: Matt Whitlock <gentoo@mattwhitlock.name>
Bug: https://bugs.gentoo.org/378603#c32
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'cnf')
-rw-r--r-- | cnf/make.conf.example | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cnf/make.conf.example b/cnf/make.conf.example index 94210faa9..a309a5c43 100644 --- a/cnf/make.conf.example +++ b/cnf/make.conf.example @@ -107,10 +107,7 @@ # this, you must update your /etc/portage/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_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. +# the emerge --sync command. #PORTDIR=/var/db/repos/gentoo # # DISTDIR is where all of the source code tarballs will be placed for |