summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-30 10:57:04 -0300
committerRenato Botelho <renato@netgate.com>2015-07-30 12:21:18 -0300
commit5f535596cd63cff460fea2fac49d622dd8c34124 (patch)
tree7fba9038d37d2db942a03194eafd5896ed77e548
parent687631c68391223ea98c21f1e5ff46c297310236 (diff)
downloadpfsense-5f535596cd63cff460fea2fac49d622dd8c34124.zip
pfsense-5f535596cd63cff460fea2fac49d622dd8c34124.tar.gz
Remove unused ftmp references
-rw-r--r--etc/inc/globals.inc1
-rwxr-xr-xetc/rc.firmware4
2 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 050f3d8..504f67c 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -51,7 +51,6 @@ $g = array(
"etc_path" => "/etc",
"tmp_path" => "/tmp",
"conf_path" => "/conf",
- "ftmp_path" => "/ftmp",
"conf_default_path" => "/conf.default",
"cf_path" => "/cf",
"cf_conf_path" => "/cf/conf",
diff --git a/etc/rc.firmware b/etc/rc.firmware
index 2afb051..5d140fe 100755
--- a/etc/rc.firmware
+++ b/etc/rc.firmware
@@ -22,10 +22,6 @@ if [ $# -eq 3 ]; then
export CUSTOMIMG=$3
fi
-if [ $ACTION != "upgrade" ]; then
- /sbin/umount -f /ftmp > /dev/null 2>&1
-fi
-
file_notice() {
/usr/local/bin/php -q -d auto_prepend_file=config.inc <<ENDOFF
<?php
OpenPOWER on IntegriCloud