summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/sshd')
-rwxr-xr-xetc/rc.d/sshd6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd
index 78f5d12..235547f 100755
--- a/etc/rc.d/sshd
+++ b/etc/rc.d/sshd
@@ -16,12 +16,6 @@ keygen_cmd="sshd_keygen"
start_precmd="sshd_precmd"
pidfile="/var/run/${name}.pid"
extra_commands="keygen reload"
-case ${OSTYPE} in
-NetBSD)
- command="/usr/sbin/${name}"
- required_files="/etc/ssh/sshd_config"
- ;;
-esac
sshd_keygen()
{
OpenPOWER on IntegriCloud