From 2f5537427991fc858b940fb5973c428bf1816e9a Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Wed, 18 Jul 2007 16:36:59 +0000 Subject: [PATCH] fix permission issue, /var/empty needs to have the right perms SVN-Revision: 8044 --- net/openssh/files/sshd.init | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.30.2