summaryrefslogtreecommitdiffstats
path: root/src/etc/pfSense-rc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-11-21 14:12:41 -0200
committerRenato Botelho <renato@netgate.com>2016-11-21 14:12:41 -0200
commit9e8a731d1673fbcc17a1ae6b4ae2053f11478268 (patch)
treefeb671fb78235f668fc0e65805aa681377fd6a36 /src/etc/pfSense-rc
parent23960be7bfa52e0d1e9119e47449ac6356c0aa57 (diff)
downloadpfsense-9e8a731d1673fbcc17a1ae6b4ae2053f11478268.zip
pfsense-9e8a731d1673fbcc17a1ae6b4ae2053f11478268.tar.gz
Remove deprecated code
Diffstat (limited to 'src/etc/pfSense-rc')
-rwxr-xr-xsrc/etc/pfSense-rc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/etc/pfSense-rc b/src/etc/pfSense-rc
index f66de60..eaa6b48 100755
--- a/src/etc/pfSense-rc
+++ b/src/etc/pfSense-rc
@@ -229,24 +229,9 @@ for f in /etc/hosts \
fi
done
-# Setup compatibility link for packages that
-# have trouble overriding the PREFIX configure
-# argument since we build our packages in a
-# separated PREFIX area
-# Only create if symlink does not exist.
-if [ ! -h /tmp/tmp ]; then
- /bin/ln -hfs / /tmp/tmp
-fi
-
# Make sure our /tmp is 777 + Sticky
/bin/chmod 1777 /tmp
-# Malloc debugging check
-if [ -L /etc/malloc.conf ]; then
- #ln -s aj /etc/malloc.conf
- /bin/rm /etc/malloc.conf
-fi
-
if [ ! -L /etc/dhclient.conf ]; then
/bin/rm -rf /etc/dhclient.conf
fi
OpenPOWER on IntegriCloud