summaryrefslogtreecommitdiff
path: root/testing/openssh/sshd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-31 00:04:43 +0000
committerroot <root@rshg054.dnsready.net>2012-08-31 00:04:43 +0000
commit68cdc08aec92abf91448a542e06fabbedbb583bf (patch)
tree2c42e2f29a6162e0cb5ff3db8f0b46277ab4ed90 /testing/openssh/sshd
parentdba5b0127d9f00a13c489f0f5893481cbe7d429b (diff)
Fri Aug 31 00:04:43 UTC 2012
Diffstat (limited to 'testing/openssh/sshd')
-rwxr-xr-xtesting/openssh/sshd1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/openssh/sshd b/testing/openssh/sshd
index 4bf4780f5..d60804e84 100755
--- a/testing/openssh/sshd
+++ b/testing/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