summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-26 01:43:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-26 01:43:35 +0000
commitf3677fc5fb924616ff18f00cd73c6a071f6e0af9 (patch)
treedf3c62ccb5fedbaba36e00df1bf469d07340e13b
parent5202dbd710c6ef18fcad26f3d0e3a9f6207c4cac (diff)
downloadpfsense-f3677fc5fb924616ff18f00cd73c6a071f6e0af9.zip
pfsense-f3677fc5fb924616ff18f00cd73c6a071f6e0af9.tar.gz
Create uploadbar tmp directory on boot
-rwxr-xr-xetc/rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index eb6ba3c..3ce65dd 100755
--- a/etc/rc
+++ b/etc/rc
@@ -35,6 +35,10 @@ rm -rf /tmp/*
set -T
trap "echo 'Reboot interrupted'; exit 1" 3
+# Create uploadbar tmp directory
+mkdir /tmp/uploadbar
+chmod 777 /tmp/uploadbar
+
# make some directories in /var
mkdir /var/run /var/log /var/etc /var/db/ipf 2>/dev/null
chmod 0755 /var/db/ipf
OpenPOWER on IntegriCloud