summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-07-30 08:03:49 +0000
committerjmc <jmc@openbsd.org>2015-07-30 08:03:49 +0000
commita674281f8a8156d54d648df34e14e425e2539c25 (patch)
tree71136bba53809bb036141b62b3fc7ce71c3f9770 /share/man/man5
parentq_id didn't pass to radiusd_radius properly. It should be u_int not u_int. (diff)
downloadwireguard-openbsd-a674281f8a8156d54d648df34e14e425e2539c25.tar.xz
wireguard-openbsd-a674281f8a8156d54d648df34e14e425e2539c25.zip
switch references from sudo to doas;
ok deraadt
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/bsd.port.mk.56
-rw-r--r--share/man/man5/bsd.regress.mk.58
-rw-r--r--share/man/man5/mk.conf.58
3 files changed, 12 insertions, 10 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 3157fab75df..9b5484adc23 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.417 2015/07/04 15:07:54 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.418 2015/07/30 08:03:50 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -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: July 4 2015 $
+.Dd $Mdocdate: July 30 2015 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -2776,7 +2776,7 @@ a path.
.It Ev SUDO
User settings.
If set to
-.Xr sudo 8
+.Xr doas 1
in
.Xr mk.conf 5 ,
the ports tree will only invoke root's privileges for the parts that
diff --git a/share/man/man5/bsd.regress.mk.5 b/share/man/man5/bsd.regress.mk.5
index 9f191197f15..d32644256f0 100644
--- a/share/man/man5/bsd.regress.mk.5
+++ b/share/man/man5/bsd.regress.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.regress.mk.5,v 1.7 2013/06/17 11:57:10 schwarze Exp $
+.\" $OpenBSD: bsd.regress.mk.5,v 1.8 2015/07/30 08:03:50 jmc Exp $
.\"
.\" Copyright (c) 2002 Anil Madhavapeddy
.\" Copyright (c) 2000 Marc Espie
@@ -25,7 +25,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: June 17 2013 $
+.Dd $Mdocdate: July 30 2015 $
.Dt BSD.REGRESS.MK 5
.Os
.Sh NAME
@@ -96,8 +96,10 @@ for this Makefile.
Defaults to
.Ar run-regress-${PROG} .
.It Ev SUDO
-Location of the sudo command, used to switch to root for certain
+Location of a command used to switch to root for certain
test targets which require it.
+See
+.Xr doas 1 .
.El
.Sh SEE ALSO
.Xr bsd.port.mk 5
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5
index 84e29549a44..eddd52702cb 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.27 2015/07/27 17:28:39 sobrado Exp $
+.\" $OpenBSD: mk.conf.5,v 1.28 2015/07/30 08:03:50 jmc 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: July 27 2015 $
+.Dd $Mdocdate: July 30 2015 $
.Dt MK.CONF 5
.Os
.Sh NAME
@@ -225,9 +225,9 @@ Command run by
when doing certain operations requiring root privileges
(e.g. the "make install" portion of "make build").
If set to
-.Ev /usr/bin/sudo ,
+.Ev /usr/bin/doas ,
this allows one to run "make build" as a user other than root
-(assuming sudo is set up for that user).
+(assuming doas is set up for that user).
.It Ev SYS_INCLUDE
Copy or symlink kernel include files into
.Pa /usr/include .