projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781efbe
)
fix permission issue, /var/empty needs to have the right perms
author
Tim Yardley
<lst@openwrt.org>
Wed, 18 Jul 2007 16:36:59 +0000
(16:36 +0000)
committer
Tim Yardley
<lst@openwrt.org>
Wed, 18 Jul 2007 16:36:59 +0000
(16:36 +0000)
SVN-Revision: 8044
net/openssh/files/sshd.init
patch
|
blob
|
history
diff --git
a/net/openssh/files/sshd.init
b/net/openssh/files/sshd.init
index db991004114fa5fbcb7f2ac10de7b172a1f0ea09..a616306becb6e593f373e69252cd15ca79f17f63 100755
(executable)
--- 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
}