From 017cd1ad4d0ab337dcf5fd6afa94622becee5f0f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 19 Sep 2005 01:16:39 +0000 Subject: Note when sshd startup failure --- etc/sshd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/sshd') diff --git a/etc/sshd b/etc/sshd index c9d432c..d6b46d7 100755 --- a/etc/sshd +++ b/etc/sshd @@ -104,7 +104,7 @@ $status = system("/usr/sbin/sshd"); if($status <> 0) { - + echo "Error!\n"; } else { echo "Done.\n"; } -- cgit v1.1