diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 23:29:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 23:29:25 +0000 |
commit | 61fb3da06aec8a2a839332e29a24174bc844578c (patch) | |
tree | f48a087256416caeec58e9bcf7cd226e470086f5 /etc | |
parent | efa761f62907cb4b78eace1f3c5159424e552065 (diff) | |
download | pfsense-61fb3da06aec8a2a839332e29a24174bc844578c.zip pfsense-61fb3da06aec8a2a839332e29a24174bc844578c.tar.gz |
use /etc/rc.d/sshd start
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/sshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |