From 6e16a0ab2f967dee76d808348397180b60b1974f Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Fri, 23 Dec 2011 11:42:32 +0100 Subject: [PATCH] Fix typo in ssh init script --- packages/network/openssh/init.d/51_sshd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/network/openssh/init.d/51_sshd b/packages/network/openssh/init.d/51_sshd index 4d686b3c0a..5feb0caf41 100644 --- a/packages/network/openssh/init.d/51_sshd +++ b/packages/network/openssh/init.d/51_sshd @@ -59,9 +59,9 @@ chmod 600 $DSA2_KEY fi - # Check for predifined known hosts file + # Check for predefined known hosts file if [ -f /etc/ssh/known_hosts -a ! -f $HOME/.ssh/known_hosts ] ; then - progress "SSH: setup predifined known hosts" + progress "SSH: setup predefined known hosts" mkdir -p /$HOME/.ssh cp /etc/ssh/known_hosts $HOME/.ssh