summaryrefslogtreecommitdiff
path: root/init.d.misc/sshd.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-27 12:06:54 +0000
committerRoy Marples <roy@marples.name>2009-04-27 12:06:54 +0000
commit71062f479ada8e714d821295fdc6a5ae3a19b95c (patch)
tree6f0bfd46a2eb7429a4f0a5821536347203234d7c /init.d.misc/sshd.in
parent94b3057571eed817e8aa0dd1b016ec7988328132 (diff)
downloadopenrc-71062f479ada8e714d821295fdc6a5ae3a19b95c.tar.gz
openrc-71062f479ada8e714d821295fdc6a5ae3a19b95c.tar.bz2
openrc-71062f479ada8e714d821295fdc6a5ae3a19b95c.tar.xz
Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style.
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
}