Re: [gentoo-portage-dev] tiny manpage fix

2006-05-27 Thread Stephen Bennett
On Thu, 25 May 2006 21:57:30 -0400
Alec Warner <[EMAIL PROTECTED]> wrote:

> +.B sesandbox
> +Enable sandbox\-ing with selinux support, such that the selinux
> contexts are set properly. 
> +.TP

The description isn't quite accurate -- what it does is to spawn
sandboxed processes in a more restricted domain to provide some
kernel-level confinement of the build process. SELinux contexts will
get set properly regardless of whether sesandbox is enabled or not.
-- 
gentoo-portage-dev@gentoo.org mailing list



Re: [gentoo-portage-dev] tiny manpage fix

2006-05-26 Thread Kevin F. Quinn
On Fri, 26 May 2006 02:28:44 -0400
Mike Frysinger <[EMAIL PROTECTED]> wrote:

> On Friday 26 May 2006 02:27, Kevin F. Quinn wrote:
> > On Thu, 25 May 2006 21:57:30 -0400
> >
> > Alec Warner <[EMAIL PROTECTED]> wrote:
> > > Attached is a tiny diff for make.conf, can someone with l337
> > > skills in manpages look it over before it gets commited.
> >
> > Easiest way to check how a man page looks is to do:
> >
> > nroff -man  | less
> 
> huh ?  how is that easier than `man ./make.conf.5`

:} that's what I get for growing up on SunOS (where that doesn't
work)

-- 
Kevin F. Quinn


signature.asc
Description: PGP signature


Re: [gentoo-portage-dev] tiny manpage fix

2006-05-25 Thread Mike Frysinger
On Friday 26 May 2006 02:27, Kevin F. Quinn wrote:
> On Thu, 25 May 2006 21:57:30 -0400
>
> Alec Warner <[EMAIL PROTECTED]> wrote:
> > Attached is a tiny diff for make.conf, can someone with l337 skills in
> > manpages look it over before it gets commited.
>
> Easiest way to check how a man page looks is to do:
>
> nroff -man  | less

huh ?  how is that easier than `man ./make.conf.5`
-mike


pgpwTnTXfWBYm.pgp
Description: PGP signature


Re: [gentoo-portage-dev] tiny manpage fix

2006-05-25 Thread Kevin F. Quinn
On Thu, 25 May 2006 21:57:30 -0400
Alec Warner <[EMAIL PROTECTED]> wrote:

> Attached is a tiny diff for make.conf, can someone with l337 skills in
> manpages look it over before it gets commited.

Easiest way to check how a man page looks is to do:

nroff -man  | less

-- 
Kevin F. Quinn


signature.asc
Description: PGP signature


[gentoo-portage-dev] tiny manpage fix

2006-05-25 Thread Alec Warner
Attached is a tiny diff for make.conf, can someone with l337 skills in
manpages look it over before it gets commited.

Thanks

-Alec
Index: make.conf.5
===
--- make.conf.5 (revision 3414)
+++ make.conf.5 (working copy)
@@ -208,6 +208,9 @@
 .B sandbox
 Enable sandbox\-ing when running \fBemerge\fR(1) and \fBebuild\fR(1).
 .TP
+.B sesandbox
+Enable sandbox\-ing with selinux support, such that the selinux contexts are 
set properly.
+.TP
 .B severe
 When checking Manifests, only accept ones that have been signed by a
 key which you trust.
@@ -424,6 +427,9 @@
 .TP
 \fB/usr/portage/profiles/use.local.desc\fR
 Contains a list of all local USE variables.
+.TP
+\fB/usr/portage/profiles/desc/*.desc\fR
+Contains a list of all USE_EXPAND variables and their descriptions.
 .SH "SEE ALSO"
 .BR emerge (1),
 .BR portage (5),
@@ -432,4 +438,6 @@
 .TP
 The \fI/usr/sbin/ebuild.sh\fR script. 
 .TP
+The \fI/usr/lib/portage/bin/misc-functions.sh\fR script.
+.TP
 The helper apps in \fI/usr/lib/portage/bin\fR.