From 961651700c053b44e1b710d0ee3acc811f238366 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 2 Oct 2023 12:55:37 +0200 Subject: [PATCH] scripts dutchification - batch 1 --- etc/rc.d/rc.sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.sshd b/etc/rc.d/rc.sshd index 3aac59acf..06d1bc3db 100755 --- a/etc/rc.d/rc.sshd +++ b/etc/rc.d/rc.sshd @@ -75,7 +75,7 @@ sshd_restart(){ if [[ -r $PID ]]; then echo "WARNING: killing listener process only. To kill every sshd process, you must" echo " use 'rc.sshd stop'. 'rc.sshd restart' kills only the parent sshd to" - echo " allow an admin echoged in through sshd to use 'rc.sshd restart' without" + echo " allow an admin logged in through sshd to use 'rc.sshd restart' without" echo " being cut off. If sshd has been upgraded, new connections will now" echo " use the new version, which should be a safe enough approach." kill $(cat $PID)