summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-22 19:19:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-22 19:19:26 +0000
commit2d195c3ff620f91ce05ce0e7a3a3f1c4db04b24e (patch)
treedace6dcc4c64bdc88875b3f662fd8611844d63db /etc/sshd
parentcc6e38fe4f0a215cbc11c2ee24d332caa6894f63 (diff)
downloadpfsense-2d195c3ff620f91ce05ce0e7a3a3f1c4db04b24e.zip
pfsense-2d195c3ff620f91ce05ce0e7a3a3f1c4db04b24e.tar.gz
Use mwexec
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 57b3a05..9f2f3b8 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -100,7 +100,7 @@
echo "Starting SSH... ";
}
- $status = system("/usr/sbin/sshd");
+ $status = mwexec("/usr/sbin/sshd");
if($status <> 0) {
file_notice("sshd_startup", "SSHD failed to start.", "SSHD Daemon", "");
echo "Error!\n";
OpenPOWER on IntegriCloud