summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-08 23:29:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-08 23:29:25 +0000
commit61fb3da06aec8a2a839332e29a24174bc844578c (patch)
treef48a087256416caeec58e9bcf7cd226e470086f5 /etc/sshd
parentefa761f62907cb4b78eace1f3c5159424e552065 (diff)
downloadpfsense-61fb3da06aec8a2a839332e29a24174bc844578c.zip
pfsense-61fb3da06aec8a2a839332e29a24174bc844578c.tar.gz
use /etc/rc.d/sshd start
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 7a1f49d..7ed4666 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -114,7 +114,7 @@
}
/* 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