summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 05:02:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 05:02:14 +0000
commit383438f62b9abe516d7e0492555828c2de82aa8c (patch)
treebdb0e4c82836dc584c61a86528999383c3a1fd12 /etc/rc
parentb66e15b865347b26097559277be607e10f52fd02 (diff)
downloadpfsense-383438f62b9abe516d7e0492555828c2de82aa8c.zip
pfsense-383438f62b9abe516d7e0492555828c2de82aa8c.tar.gz
Do not redirect sshd to stderr
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index aa3f1e6..b4fad60 100755
--- a/etc/rc
+++ b/etc/rc
@@ -178,7 +178,7 @@ echo "done."
/etc/rc.bootup
echo -n Starting Secure Shell Services...
-/etc/sshd 2>/dev/nul
+/etc/sshd
echo "done."
echo -n "Starting CRON... "
OpenPOWER on IntegriCloud