summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-22 18:53:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-22 18:53:19 +0000
commitcc6e38fe4f0a215cbc11c2ee24d332caa6894f63 (patch)
tree5a5aaec5e35206ddd60997662267d1540d36860a /etc/sshd
parent58fb67ec1b42b97ca8078785fec9ab94952f51d3 (diff)
downloadpfsense-cc6e38fe4f0a215cbc11c2ee24d332caa6894f63.zip
pfsense-cc6e38fe4f0a215cbc11c2ee24d332caa6894f63.tar.gz
Do not hijack stderr
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/sshd b/etc/sshd
index a226a01..57b3a05 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -30,8 +30,6 @@
*/
require_once("config.inc");
- $stderr = fopen("php://stderr", "w");
-
if(isset($config['system']['enablesshd'])) {
/* do nothing, we're enabled */
} else {
@@ -221,6 +219,6 @@
/* start sshd */
system("/usr/sbin/sshd");
- fwrite($stderr, "Done.\n");
+ echo "Done.\n";
?>
OpenPOWER on IntegriCloud