From 71062f479ada8e714d821295fdc6a5ae3a19b95c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Apr 2009 12:06:54 +0000 Subject: Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style. --- init.d.misc/sshd.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d.misc/sshd.in') 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 } -- cgit v1.2.3