summaryrefslogtreecommitdiff
path: root/core/openssh/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'core/openssh/sshd')
-rwxr-xr-xcore/openssh/sshd1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/openssh/sshd b/core/openssh/sshd
index 4bf4780f5..d60804e84 100755
--- a/core/openssh/sshd
+++ b/core/openssh/sshd
@@ -15,7 +15,6 @@ case "$1" in
start)
stat_busy 'Starting Secure Shell Daemon'
/usr/bin/ssh-keygen -A
- [[ -d /var/empty ]] || mkdir -p /var/empty
[[ -z $PID ]] && /usr/sbin/sshd $SSHD_ARGS
if [[ $? -gt 0 ]]; then
stat_fail