diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-12 00:33:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-12 01:13:33 +0200 |
commit | 11f6721ffc08a0cf067bc71aec635a9c1544ea3d (patch) | |
tree | ed77f6a9e6a34221711eaa41d02a726471e48f77 /main/openssh/sshd.confd | |
parent | d3255d7c8726d0a4884958d8e22cf801a4cc3320 (diff) | |
download | aports-11f6721ffc08a0cf067bc71aec635a9c1544ea3d.tar.bz2 aports-11f6721ffc08a0cf067bc71aec635a9c1544ea3d.tar.xz |
main/openssh: modernize runscript
Diffstat (limited to 'main/openssh/sshd.confd')
-rw-r--r-- | main/openssh/sshd.confd | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/main/openssh/sshd.confd b/main/openssh/sshd.confd index dbe01daf52..0eac79dc63 100644 --- a/main/openssh/sshd.confd +++ b/main/openssh/sshd.confd @@ -1,21 +1,8 @@ -# /etc/conf.d/sshd: config file for /etc/init.d/sshd - -# Where is your sshd_config file stored? - -SSHD_CONFDIR="/etc/ssh" +# Configuration for /etc/init.d/sshd +# Path of sshd_config file. +#cfgfile="/etc/ssh/sshd_config" # Any random options you want to pass to sshd. # See the sshd(8) manpage for more info. - -SSHD_OPTS="" - - -# Pid file to use (needs to be absolute path). - -#SSHD_PIDFILE="/run/sshd.pid" - - -# Path to the sshd binary (needs to be absolute path). - -#SSHD_BINARY="/usr/sbin/sshd" +#command_args="" |