From: Darren Tucker Date: Wed, 19 Jun 2024 13:09:05 +0000 (+1000) Subject: Move -f to the place needed to restart sshd. X-Git-Tag: V_9_8_P1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7089b5f8436ef0b8d3d3ad9ce01045fb9e7aab15;p=thirdparty%2Fopenssh-portable.git Move -f to the place needed to restart sshd. --- diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index ea3684c54..2ebdcf594 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -43,7 +43,7 @@ jobs: - name: make run: vmrun "cd /usr/src/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac" - name: make install - run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd restart -f" + run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd -f restart" - name: make tests` run: vmrun "cd /usr/src/regress/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac" env: