summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-01 15:16:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-01 15:16:47 +0000
commit2d4be1c5c57db97e9804476b1190e513d4844d34 (patch)
tree861c0cb2bdce01542c8a919fc5625bc61c234b69 /etc/rc
parentd63a2bbde87e68c8b0f506b188480512aac2d54a (diff)
downloadpfsense-2d4be1c5c57db97e9804476b1190e513d4844d34.zip
pfsense-2d4be1c5c57db97e9804476b1190e513d4844d34.tar.gz
Hide grep error on boot
Ticket #847
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 4d95ec0..06c4635 100755
--- a/etc/rc
+++ b/etc/rc
@@ -208,6 +208,6 @@ rm -rf /usr/local/pkg/pf/CVS
echo "Bootup complete"
-/usr/local/bin/beep.sh start 2>/dev/null
+/usr/local/bin/beep.sh start 2>&1 >/dev/null
exit 0
OpenPOWER on IntegriCloud