summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-19 21:44:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-19 21:44:10 +0000
commit71706710bb457acb00480e18cdef0de779eea3a3 (patch)
tree3258a8d0039f6464008e6957af3c43a496cdc151 /etc/rc
parent1cf421b18e0e82bf7c0006e119549303beee9511 (diff)
downloadpfsense-71706710bb457acb00480e18cdef0de779eea3a3.zip
pfsense-71706710bb457acb00480e18cdef0de779eea3a3.tar.gz
Bump /var/run to 4m
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 259958f..fc6ef14 100755
--- a/etc/rc
+++ b/etc/rc
@@ -34,7 +34,7 @@ if [ "$PLATFORM" = "embedded" ]; then
fi
if [ "$PLATFORM" = "pfSense" ]; then
- mdmfs -S -M -s 2m md /var/run
+ mdmfs -S -M -s 4m md /var/run
fi
product=`cat /etc/inc/globals.inc | grep product_name | cut -d'"' -f4`
OpenPOWER on IntegriCloud