remove PORTAGE_TMPFS comment
authorMarius Mauch <genone@gentoo.org>
Thu, 1 May 2008 11:55:00 +0000 (11:55 -0000)
committerMarius Mauch <genone@gentoo.org>
Thu, 1 May 2008 11:55:00 +0000 (11:55 -0000)
svn path=/main/branches/2.1.2/; revision=10058

cnf/make.conf

index d4094786b64f939ea4c60ae7caa89cfe9ff80c99..d310367271eacd1bf535aae40eef18e4ef7aadee 100644 (file)
 #              packages.  Do not use it unless absolutely necessary!
 #AUTOCLEAN="yes"
 #
-# PORTAGE_TMPFS is a location where portage may create temporary files.
-#     If specified, portage will use this directory whenever possible
-#     for all rapid operations such as lockfiles and transient data.
-#     It is _highly_ recommended that this be a tmpfs or ramdisk. Do not
-#     set this to anything that does not give a significant performance
-#     enhancement and proper FS compliance for locks and read/write.
-#     /dev/shm is a glibc mandated tmpfs, and should be a reasonable
-#     setting for all linux kernel+glibc based systems.
-#PORTAGE_TMPFS="/dev/shm"
 #
 # FEATURES are settings that affect the functionality of portage. Most of
 #     these settings are for developer use, but some are available to non-