summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-10 23:47:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-10 23:47:55 +0000
commitb8095d1adbcd06ce18f68fa5b75bdf8bcf39dba7 (patch)
treedcf5f031e2f233d8a2eae37fd9348062d041978f /etc/rc
parent52bcd8e8a90d73a6c7ec0db12c18819194a681ad (diff)
downloadpfsense-b8095d1adbcd06ce18f68fa5b75bdf8bcf39dba7.zip
pfsense-b8095d1adbcd06ce18f68fa5b75bdf8bcf39dba7.tar.gz
Let build system handle RRD symlink
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc b/etc/rc
index e81100b..9aff70c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -84,12 +84,6 @@ if [ ! -L /etc/syslog.conf ]; then
fi
# Repair symlinks if they are broken
-if [ ! -L /usr/local/www/rrd ]; then
- rm -rf /usr/local/www/rrd 2>/dev/null
- ln -s /var/db/rrd /usr/local/www/rrd 2>/dev/null
-fi
-
-# Repair symlinks if they are broken
if [ ! -L /etc/hosts ]; then
rm -rf /etc/hosts
ln -s /var/etc/hosts /etc/hosts
OpenPOWER on IntegriCloud