diff options
| author | 2016-11-19 14:26:25 +0000 | |
|---|---|---|
| committer | 2016-11-19 14:26:25 +0000 | |
| commit | 9a4785bcc77b1f147dea2b49caaabafa427cfc3b (patch) | |
| tree | 05e950084c59deb35368b1d4d2afacd8bbd0a2cb | |
| parent | Update for builds with a dedicated build user. Eliminate some more (diff) | |
| download | wireguard-openbsd-9a4785bcc77b1f147dea2b49caaabafa427cfc3b.tar.xz wireguard-openbsd-9a4785bcc77b1f147dea2b49caaabafa427cfc3b.zip | |
Update for builds with a dedicated user: BUILDUSER now defaults to build
and document WOBJGROUP and WOBJUMASK. Also: more consistent quotes.
ok jmc
| -rw-r--r-- | share/man/man5/mk.conf.5 | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 5f17b77c460..a7ae1884b93 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.35 2016/10/19 05:31:25 tb Exp $ +.\" $OpenBSD: mk.conf.5,v 1.36 2016/11/19 14:26:25 tb Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 19 2016 $ +.Dd $Mdocdate: November 19 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -75,10 +75,10 @@ Binary mode. Binary owner. .Bq root .It Ev BSDOBJDIR -The real path to the system 'obj' tree, so that 'make obj' will work correctly. +The real path to the system "obj" tree, so that "make obj" will work correctly. .Bq Pa /usr/obj .It Ev BSDSRCDIR -The real path to the system sources, so that 'make obj' will work correctly. +The real path to the system sources, so that "make obj" will work correctly. .Bq Pa /usr/src .It Ev DIRMODE Mode for new directories. @@ -148,7 +148,7 @@ Manual owner. Mode for non-executable files. .Bq 444 .It Ev XOBJDIR -The real path to the 'obj' tree for building the X Window System. +The real path to the "obj" tree for building the X Window System. .Bq Pa /usr/xobj .It Ev XSRCDIR The real path to the X Window System sources. @@ -166,8 +166,7 @@ De-escalate privileges to user .Ev BUILDUSER when building the base system from source or making release tarballs. -Defaults to -.Ev $USER . +.Bq build .It Ev DEBUG Add .Fl g @@ -224,6 +223,16 @@ e.g.\& .Fl Wall . . . ) to compiles. .Bq no +.It Ev WOBJGROUP +Group having write access to +.Ev BSDOBJDIR +and +.Ev XOBJDIR . +.Bq wobj +.It Ev WOBJUMASK +.Xr umask 2 +with which the "obj" tree will be created by "make obj". +.Bq 007 .It Ev XENOCARA_BUILD_DRI Build X with Direct Rendering Infrastructure (DRI) support, providing some hardware acceleration. |
