From: Oliver Ertl Date: Mon, 6 Mar 2006 22:37:02 +0000 (+0000) Subject: fix typo in SSH init script, closes #351 X-Git-Tag: reboot~31032 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=762a44d5e115ed30648ff9bf9db09c72924333ed;p=oweals%2Fopenwrt.git fix typo in SSH init script, closes #351 SVN-Revision: 3322 --- diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd index f1bc83366d..2ea168394c 100755 --- a/openwrt/package/openssh/files/S50sshd +++ b/openwrt/package/openssh/files/S50sshd @@ -11,5 +11,5 @@ for type in rsa dsa; do { exit 0 } }; done -mkdir -p /var/emtpy +mkdir -p /var/empty /usr/sbin/sshd