aboutsummaryrefslogtreecommitdiff
path: root/security/openssh/files/sshd.sh
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-20 03:42:05 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-20 03:42:05 +0000
commit7382aa363a15021264f0fc99f4d50e0762b580df (patch)
treeaf086cb6d364a466242b96525ddf3bee421036af /security/openssh/files/sshd.sh
parent051990a5ac15d5818f2311a575fc456b47051b53 (diff)
Notes
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