summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-09 02:38:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-09 02:38:56 +0000
commit737a530803c3909f0af2f468aa99d9b3fe48ad62 (patch)
tree792ab7c2a7fcfb07d3bbd1d654a042db09f25e9b /etc/rc
parent74283bbb86ebc9cb5238b5af6f07fe69dd381ade (diff)
downloadpfsense-737a530803c3909f0af2f468aa99d9b3fe48ad62.zip
pfsense-737a530803c3909f0af2f468aa99d9b3fe48ad62.tar.gz
Send errors to /dev/null
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 10902df..0789f2d 100755
--- a/etc/rc
+++ b/etc/rc
@@ -86,7 +86,7 @@ fi
# Repair symlinks if they are broken
if [ ! -L /usr/local/www/rrd ]; then
rm -rf /usr/local/www/rrd
- ln -s /var/db/rrd /usr/local/www/rrd
+ ln -s /var/db/rrd /usr/local/www/rrd 2>/dev/null
fi
# Repair symlinks if they are broken
OpenPOWER on IntegriCloud