From: pavlov 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://207.154.207.93/?a=commitdiff_plain;h=a8479ff0419ebaf58b63fbcbc4148ff5387788a7;p=packages.git fix permission issue, /var/empty needs to have the right perms git-svn-id: svn://svn.openwrt.org/openwrt/packages@8044 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openssh/files/sshd.init b/net/openssh/files/sshd.init index db9910041..a616306be 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 }