diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-11-20 03:42:05 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-11-20 03:42:05 +0000 |
commit | 7382aa363a15021264f0fc99f4d50e0762b580df (patch) | |
tree | af086cb6d364a466242b96525ddf3bee421036af /security/openssh/files/sshd.sh | |
parent | 051990a5ac15d5818f2311a575fc456b47051b53 (diff) |
Notes
Diffstat (limited to 'security/openssh/files/sshd.sh')
-rw-r--r-- | security/openssh/files/sshd.sh | 7 |
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 |