summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-19 21:44:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-19 21:44:40 +0000
commit11d67a3c0480bc878b512e9efbe7186492d99282 (patch)
tree607d5ad6685652867d4a7350a27c74305cd3e21e
parentb43af193d8b8f6c51159b6ab2743ab7bbb7578c3 (diff)
downloadpfsense-11d67a3c0480bc878b512e9efbe7186492d99282.zip
pfsense-11d67a3c0480bc878b512e9efbe7186492d99282.tar.gz
Bump /var/run to 4m
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 27f9e66..e8b7f83 100755
--- a/etc/rc
+++ b/etc/rc
@@ -39,7 +39,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
# Enable console output if its muted.
OpenPOWER on IntegriCloud