diff options
Diffstat (limited to 'security/openssh/files/sshd.in')
-rw-r--r-- | security/openssh/files/sshd.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/security/openssh/files/sshd.in b/security/openssh/files/sshd.in deleted file mode 100644 index 88e649d01f9a..000000000000 --- a/security/openssh/files/sshd.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: sshd -# REQUIRE: NETWORKING SERVERS USR -# BEFORE: LOGIN -# -# Add the following lines to /etc/rc.conf to enable sshd -# -# sshd_enable (bool): Set to "NO" by default -# Set it to "YES" to enable sshd - -. %%RC_SUBR%% - -name="sshd" -rcvar=${name}_enable - -load_rc_config ${name} - -: ${sshd_enable="NO"} -: ${sshd_pidfile="/var/run/sshd.pid"} - -command="%%PREFIX%%/sbin/${name}" - -run_rc_command "$1" - |