artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c748697
)
s/sudo/doas/
author
benno
<benno@openbsd.org>
Wed, 20 Jul 2016 20:39:49 +0000
(20:39 +0000)
committer
benno
<benno@openbsd.org>
Wed, 20 Jul 2016 20:39:49 +0000
(20:39 +0000)
regress/usr.sbin/relayd/README
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/relayd/README
b/regress/usr.sbin/relayd/README
index
180475f
..
0af3629
100644
(file)
--- a/
regress/usr.sbin/relayd/README
+++ b/
regress/usr.sbin/relayd/README
@@
-6,7
+6,7
@@
checked for certain messages. The test arguments are kept in the
args-*.pl files. To find socket splicing bugs, each test is run
in both copy and splice mode.
-SUDO=
sudo
+SUDO=
doas
As relayd needs root privileges either run the tests as root or set
this variable and run make as a regular user. Only the code that
requires it, is run as root.