aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-19 11:02:30 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-19 11:02:30 -0800
commitecbdd241f7e8e28f1057781c4ac2013e8d476288 (patch)
tree20e946ce088b87ec1c72353d535a0e23318482d6 /man
parentmake.globals: initialize FFLAGS and FCFLAGS (diff)
downloadportage-ecbdd241f7e8e28f1057781c4ac2013e8d476288.tar.gz
portage-ecbdd241f7e8e28f1057781c4ac2013e8d476288.tar.bz2
portage-ecbdd241f7e8e28f1057781c4ac2013e8d476288.zip
dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18
Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
Diffstat (limited to 'man')
-rw-r--r--man/dispatch-conf.116
1 files changed, 14 insertions, 2 deletions
diff --git a/man/dispatch-conf.1 b/man/dispatch-conf.1
index b15629234..b82c2152d 100644
--- a/man/dispatch-conf.1
+++ b/man/dispatch-conf.1
@@ -1,4 +1,4 @@
-.TH "DISPATCH-CONF" "1" "Aug 2008" "Portage VERSION" "Portage"
+.TH "DISPATCH-CONF" "1" "Jan 2011" "Portage VERSION" "Portage"
.SH NAME
dispatch-conf \- Sanely update configuration files after emerging new packages
.SH SYNOPSIS
@@ -73,6 +73,16 @@ Display a help screen.
.B q
Quit
.I dispatch-conf.
+.SH FILE MODES
+\fBWARNING:\fR When \fB/etc/dispatch\-conf.conf\fR is configured
+to use \fBrcs\fR(1), read and execute permissions of archived
+files may be inherited from the first check in of a working file,
+as documented in the \fBci\fR(1) man page. This means that even
+if the permissions of the working file have since changed, the
+older permissions of the first check in may be inherited. As
+mentioned in the \fBci\fR(1) man page, users can control access
+to RCS files by setting the permissions of the directory
+containing the files.
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
.SH AUTHORS
@@ -88,4 +98,6 @@ Grant Goodyear <g2boojum@gentoo.org>
Configuration settings for \fIdispatch-conf\fR are stored here.
.SH "SEE ALSO"
.BR make.conf (5),
-.BR etc-update (1)
+.BR ci (1),
+.BR etc-update (1),
+.BR rcs (1)