From: Tim Yardley Date: Wed, 18 Jul 2007 16:36:59 +0000 (+0000) Subject: fix permission issue, /var/empty needs to have the right perms X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2f5537427991fc858b940fb5973c428bf1816e9a fix permission issue, /var/empty needs to have the right perms SVN-Revision: 8044 --- diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index db99100411..a616306bec 100755 --- a/net/openssh/files/sshd.init +++ b/net/openssh/files/sshd.init @@ -15,6 +15,7 @@ start() { } }; done mkdir -p /var/empty + chmod 0700 /var/empty /usr/sbin/sshd }