diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-21 09:14:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2003-06-21 09:14:06 +0000 |
commit | 51a63ca04b2b6de892c5f29a93e543514527f667 (patch) | |
tree | dbb4bc5718e7e442df46a97e167f18bce7a171f6 /regress | |
parent | 254e79c998b297ccae33efa965dd18d33c468f4b (diff) |
missing $SUDO; from dtucker@zip.com.au
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/reconfigure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/reconfigure.sh b/regress/usr.bin/ssh/reconfigure.sh index 1de846a7e96..4315f0a40eb 100644 --- a/regress/usr.bin/ssh/reconfigure.sh +++ b/regress/usr.bin/ssh/reconfigure.sh @@ -1,4 +1,4 @@ -# $OpenBSD: reconfigure.sh,v 1.1 2003/06/12 15:43:32 markus Exp $ +# $OpenBSD: reconfigure.sh,v 1.2 2003/06/21 09:14:05 markus Exp $ # Placed in the Public Domain. tid="simple connect after reconfigure" @@ -8,7 +8,7 @@ SSHD=/usr/sbin/sshd start_sshd -kill -HUP `cat $PIDFILE` +$SUDO kill -HUP `cat $PIDFILE` sleep 1 trace "wait for sshd to restart" |