summaryrefslogtreecommitdiff
path: root/security/openssh/files/sshd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/sshd.sh')
-rw-r--r--security/openssh/files/sshd.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/security/openssh/files/sshd.sh b/security/openssh/files/sshd.sh
deleted file mode 100644
index 78e7ec188619..000000000000
--- a/security/openssh/files/sshd.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Secure Shell daemon startup script
-# $FreeBSD$
-
-if [ -x __PREFIX__/sbin/sshd ]; then
- __PREFIX__/sbin/sshd && echo -n ' sshd'
-fi