summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-09 19:09:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-09 19:09:49 +0000
commit3e3fe496be07f44267d0250003fece27959b906b (patch)
tree01d3519269b6dbe0e64070d24b780daf8c7591c2 /etc/sshd
parent9cc8c59e924769d71723fe9f23bff0072da1124f (diff)
downloadpfsense-3e3fe496be07f44267d0250003fece27959b906b.zip
pfsense-3e3fe496be07f44267d0250003fece27959b906b.tar.gz
Use system("/usr/sbin/sshd"); for platform compatibility
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/sshd b/etc/sshd
index aed7931..b8f9f29 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -124,7 +124,6 @@
/* start sshd */
system("/usr/sbin/sshd");
- system("/etc/rc.d/sshd start");
fwrite($stderr, "Done.\n");
?> \ No newline at end of file
OpenPOWER on IntegriCloud