From b8095d1adbcd06ce18f68fa5b75bdf8bcf39dba7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 10 Apr 2006 23:47:55 +0000 Subject: Let build system handle RRD symlink --- etc/rc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc/rc') 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 -- cgit v1.1