artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc0312
)
fix stderr redirect
author
anton
<anton@openbsd.org>
Tue, 5 Oct 2021 17:41:03 +0000
(17:41 +0000)
committer
anton
<anton@openbsd.org>
Tue, 5 Oct 2021 17:41:03 +0000
(17:41 +0000)
regress/usr.sbin/ifstated/ifstated
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/ifstated/ifstated
b/regress/usr.sbin/ifstated/ifstated
index
6965110
..
5007787
100644
(file)
--- a/
regress/usr.sbin/ifstated/ifstated
+++ b/
regress/usr.sbin/ifstated/ifstated
@@
-1,6
+1,6
@@
#!/bin/sh
#
-# $OpenBSD: ifstated,v 1.
8 2018/02/05 18:28:15
anton Exp $
+# $OpenBSD: ifstated,v 1.
9 2021/10/05 17:41:03
anton Exp $
#/*
# * Copyright (c) Rob Pierce <rob@openbsd.org>
# *
@@
-57,7
+57,7
@@
skip() {
trap 'skip' INT
-ifconfig vether${VHIDB} create >/dev/null 2>&
2
+ifconfig vether${VHIDB} create >/dev/null 2>&
1
if [ $? -ne 0 ]
then
echo "Could not create temporary vether interface."