summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-02 00:00:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-02 00:00:09 +0000
commitf15d0498433a352f91dc49ccf4d73acb7a92dab8 (patch)
treeba1e6c39dc663c2e2e9ac1523fae8da89ee308d6 /etc/rc
parentaa126ded09333b0e29262a4b94d773edc49ec88a (diff)
downloadpfsense-f15d0498433a352f91dc49ccf4d73acb7a92dab8.zip
pfsense-f15d0498433a352f91dc49ccf4d73acb7a92dab8.tar.gz
Do not spew grep errors on bootup
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 06c4635..36b466d 100755
--- a/etc/rc
+++ b/etc/rc
@@ -204,7 +204,7 @@ rm -rf /usr/local/pkg/pf/CVS
/usr/local/bin/php -f /etc/rc.conf_mount_ro
-/usr/local/sbin/check_reload_status
+/usr/local/sbin/check_reload_status 2>/dev/null
echo "Bootup complete"
OpenPOWER on IntegriCloud