fix permission issue, /var/empty needs to have the right perms
authorTim Yardley <lst@openwrt.org>
Wed, 18 Jul 2007 16:36:59 +0000 (16:36 +0000)
committerTim Yardley <lst@openwrt.org>
Wed, 18 Jul 2007 16:36:59 +0000 (16:36 +0000)
SVN-Revision: 8044

net/openssh/files/sshd.init

index db991004114fa5fbcb7f2ac10de7b172a1f0ea09..a616306becb6e593f373e69252cd15ca79f17f63 100755 (executable)
@@ -15,6 +15,7 @@ start() {
                }
        }; done
        mkdir -p /var/empty
+       chmod 0700 /var/empty
        /usr/sbin/sshd
 }