summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-25 23:23:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-25 23:23:44 +0000
commit914058b71ec04525fe0ad734931584df33df4659 (patch)
tree64da95c9c6ac8601306bd2fef8ac92ff52fc90f7 /etc
parent0805971e5508824e88f1ee14049da20b676648ea (diff)
downloadpfsense-914058b71ec04525fe0ad734931584df33df4659.zip
pfsense-914058b71ec04525fe0ad734931584df33df4659.tar.gz
Do not kill /tmp/*
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 901cea9..e528654 100755
--- a/etc/rc
+++ b/etc/rc
@@ -129,7 +129,6 @@ chmod 777 /tmp/uploadbar
mkdir -p /var/run /var/log /var/etc /var/db/entropy /var/at/jobs/ /var/empty 2>/dev/null
rm -rf /var/log/*
rm -rf /var/run/*
-rm -rf /tmp/*
# generate circular logfiles
if [ ! "$PLATFORM" = "cdrom" ]; then
OpenPOWER on IntegriCloud