From ecbdd241f7e8e28f1057781c4ac2013e8d476288 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 19 Jan 2011 11:02:30 -0800 Subject: dispatch-conf: restrict default archive-dir perms Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603. --- man/dispatch-conf.1 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'man') 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 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) -- cgit v1.2.3-65-gdbad