X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fopenssh%2Ffiles%2Fsshd.init;h=a616306becb6e593f373e69252cd15ca79f17f63;hp=db991004114fa5fbcb7f2ac10de7b172a1f0ea09;hb=2f5537427991fc858b940fb5973c428bf1816e9a;hpb=14667234db532ec66c06e0abeb41126dd8eab5e1 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 }