summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2016-07-20 20:39:50 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2016-07-20 20:39:50 +0000
commit39e7fa8512dfe1abf8ccceb4223c4082db3ed72f (patch)
tree73de1a5a0a3d8c6bf5200d4f140c30667e656653
parent60fea7cf5f25b3d446905ae0305149f0e4130245 (diff)
s/sudo/doas/
-rw-r--r--regress/usr.sbin/relayd/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/usr.sbin/relayd/README b/regress/usr.sbin/relayd/README
index 180475f8201..0af36294e78 100644
--- 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.