For bug #140021, remove autoaddcvs from the docs. Thanks to exg for this patch.
authorZac Medico <zmedico@gentoo.org>
Sun, 8 Oct 2006 18:21:05 +0000 (18:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 8 Oct 2006 18:21:05 +0000 (18:21 -0000)
svn path=/main/trunk/; revision=4618

cnf/make.conf
man/make.conf.5

index 23a0d935819955046ca61165e7932d1dfc5a1401..6c3f415fc07a2afd321f5e7261930efa403c6d6b 100644 (file)
 #                existing SRC_URI digests are correct.  This feature also
 #                affects digest generation via ebuild(1) and emerge(1) (emerge
 #                generates digests only when the 'digest' feature is enabled).
-#  'autoaddcvs'  causes portage to automatically try to add files to cvs
-#                that will have to be added later. Done at generation times
-#                and only has an effect when 'cvs' is also set.
 #  'buildpkg'    causes binary packages to be created of all packages that 
 #                are being merged.
 #  'ccache'      enables ccache support via CC.
 #                as a security measure.  As a side effect this can remove 
 #                sandbox access violations for users. 
 #  'usersandbox' enables sandboxing while portage is running under userpriv.
-#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork autoaddcvs"
-#FEATURES="sandbox ccache distcc distlocks autoaddcvs"
+#FEATURES="sandbox buildpkg ccache distcc userpriv usersandbox notitles noclean noauto cvs keeptemp keepwork"
+#FEATURES="sandbox ccache distcc distlocks"
 #
 # CCACHE_SIZE sets the space use limitations for ccache. The default size is
 #     2G, and will be set if not defined otherwise and ccache is in features. 
index 5f299da1908115f45de80cf69732c9284a04b121..4782183a37229d0fc6bc6aa0b957d53f57e7582a 100644 (file)
@@ -111,7 +111,7 @@ is specified.
 Defines whether or not to ignore short pauses that occur when displaying
 important informational messages.  This variable is unset by default.
 .TP
-\fBFEATURES\fR = \fI"sandbox ccache autoaddcvs"\fR
+\fBFEATURES\fR = \fI"sandbox ccache"\fR
 Defines actions portage takes by default.  These options should
 not be changed by anyone but developers and/or maintainers.  'sandbox' is an important
 part of \fBFEATURES\fR and should not be disabled by default.  This is 
@@ -124,11 +124,6 @@ SRC_URI digests are correct.  This feature also affects digest generation via
 \fBebuild\fR(1) and \fBemerge\fR(1) (emerge generates digests only when the
 \fIdigest\fR feature is enabled).
 .TP
-.B autoaddcvs
-Causes portage to automatically try to add files to cvs that will have to be added 
-later.  Done at generation times and only works when \fIcvs\fR is also in 
-\fBFEATURES\fR.
-.TP
 .B buildpkg
 Binary packages will be created for all packages that are merged.
 .TP