]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/reconfigure.sh
Import of OpenSSH 4.3p1
[gssapi-openssh.git] / openssh / regress / reconfigure.sh
index ba6dbc6f507944f238c66acbd5025f5ec8205e25..1daf29f9a6e83631fdec6a406ac2aaab65e6ee19 100644 (file)
@@ -15,8 +15,9 @@ esac
 
 start_sshd
 
-$SUDO kill -HUP `cat $PIDFILE`
-sleep 1
+PID=`cat $PIDFILE`
+rm -f $PIDFILE
+$SUDO kill -HUP $PID
 
 trace "wait for sshd to restart"
 i=0;
This page took 0.207024 seconds and 4 git commands to generate.