summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-19 01:16:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-19 01:16:39 +0000
commit017cd1ad4d0ab337dcf5fd6afa94622becee5f0f (patch)
tree87b14f5a4ed4679842dfeaf670cba2e7a0720548 /etc/sshd
parent0f953a29d446ac2a772aa741ba72ef773f9b4c48 (diff)
downloadpfsense-017cd1ad4d0ab337dcf5fd6afa94622becee5f0f.zip
pfsense-017cd1ad4d0ab337dcf5fd6afa94622becee5f0f.tar.gz
Note when sshd startup failure
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd2
1 files changed, 1 insertions, 1 deletions
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";
}
OpenPOWER on IntegriCloud