public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/portage:prefix commit in: man/
@ 2011-08-26 19:36 Fabian Groffen
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2011-08-26 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd596977391c67bcda11e2c81ad033e03dbc8f9
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 19:36:10 2011 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 19:36:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0fd59697

man: document prefix behaviour for CONFIG_PROTECT, bug #378625

---
 man/emerge.1    |    6 ++++++
 man/make.conf.5 |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/man/emerge.1 b/man/emerge.1
index fa5bed0..52f583a 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -931,6 +931,12 @@ add this to /etc/make.conf:
 Tools such as dispatch\-conf, cfg\-update, and etc\-update are also available to
 aid in the merging of these files. They provide interactive merging and can
 auto\-merge trivial changes.
+.LP
+When an offset prefix (\fBEPREFIX\fR) is active, all paths in
+\fBCONFIG_PROTECT\fR and \fBCONFIG_PROTECT_MASK\fR are prefixed with the
+offset by Portage before they are considered.  Hence, these paths never
+contain the offset prefix, and the variables can be defined in
+offset-unaware locations, such as the profiles. 
 .SH "REPORTING BUGS"
 Please report any bugs you encounter through our website:
 .LP

diff --git a/man/make.conf.5 b/man/make.conf.5
index 76f32f7..6f5eec5 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -138,6 +138,9 @@ Defaults to /lib/modules.
 All files and/or directories that are defined here will have "config file protection"
 enabled for them. See the \fBCONFIGURATION FILES\fR section
 of \fBemerge\fR(1) for more information.
+Note that if an offset prefix (\fBEPREFIX\fR) is activated, all paths defined
+in \fBCONFIG_PROTECT\fR are prefixed by Portage with the offset before
+they are used.
 .TP
 \fBCONFIG_PROTECT_MASK\fR = \fI[space delimited list of files and/or directories]\fR
 All files and/or directories that are defined here will have "config file protection"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/portage:prefix commit in: man/
@ 2012-02-09  8:11 Fabian Groffen
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2012-02-09  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e2a129e97d661525e5f8202b26add462606cd629
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 08:11:13 2012 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 08:11:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e2a129e9

man/Makefile: chpathtool.5 was removed

---
 man/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index c3c7249..89daebe 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,7 +1,6 @@
 SHELL = @PORTAGE_BASH@
 
 man_MANS = \
-	chpathtool.5 \
 	color.map.5 \
 	dispatch-conf.1 \
 	ebuild.1 \



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/portage:prefix commit in: man/
@ 2012-10-01 16:10 Fabian Groffen
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen @ 2012-10-01 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     526a762666097c73ee8cc268e9313c0531e7011c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  1 16:09:51 2012 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 16:09:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=526a7626

macosxsandbox: seatbelt no longer is slow

---
 man/make.conf.5 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/man/make.conf.5 b/man/make.conf.5
index 1f3726d..9c84819 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -462,8 +462,7 @@ Output a verbose trace of python execution to stderr when a command's
 Enable sandbox\-ing when running \fBemerge\fR(1) and \fBebuild\fR(1).
 On Mac OS X platforms that have /usr/bin/sandbox-exec available (10.5
 and later), this particular sandbox implementation is used instead of
-sys-apps/sandbox.  Note that using Mac OS X sandbox slows down the
-emerge process considerably, in particular for write operations.
+sys-apps/sandbox.
 .TP
 .B sandbox-debug
 Enable debug messages regarding sandboxing. This currently only has


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-01 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:10 [gentoo-commits] proj/portage:prefix commit in: man/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2012-02-09  8:11 Fabian Groffen
2011-08-26 19:36 Fabian Groffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox