From: olli Date: Mon, 6 Mar 2006 22:37:02 +0000 (+0000) Subject: fix typo in SSH init script, closes #351 X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/3bd7840312046118c23c7bb8bf909d27e108b3ee fix typo in SSH init script, closes #351 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3322 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openssh/files/S50sshd b/openwrt/package/openssh/files/S50sshd index f1bc83366..2ea168394 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