summaryrefslogtreecommitdiff
path: root/init.d.misc/sshd.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.misc/sshd.in')
-rw-r--r--init.d.misc/sshd.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in
index 8c5c8b3..a372252 100644
--- a/init.d.misc/sshd.in
+++ b/init.d.misc/sshd.in
@@ -3,7 +3,7 @@
# All rights reserved. Released under the 2-clause BSD license.
command=/usr/sbin/sshd
-command_args=${sshd_args}
+command_args=$sshd_args
pidfile=@VARBASE@/run/sshd.pid
required_files=/etc/ssh/sshd_config
@@ -31,5 +31,5 @@ start_pre()
eend $? || return 1
fi
- ${command} -t
+ $command -t
}