From 7b7d7ab7eae58fce2cfa729066ef4d0384f18ec7 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 14 Oct 2016 16:56:12 +0200 Subject: [PATCH] rc: mute ssh kill, it fails on boot up for good reasons --- src/etc/rc.sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.sshd b/src/etc/rc.sshd index 6335ab21f..01222db95 100755 --- a/src/etc/rc.sshd +++ b/src/etc/rc.sshd @@ -33,7 +33,7 @@ require_once('config.inc'); require_once("util.inc"); /* if run from a shell session, `-af' and the full path is needed */ -mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd'); +mwexecf('/bin/pkill -af %s', '/usr/local/sbin/sshd', true); $sshcfg = null;