Revision c1688281
Added by Seth Mos over 18 years ago
etc/rc | ||
---|---|---|
38 | 38 |
/etc/rc.embedded |
39 | 39 |
fi |
40 | 40 |
|
41 |
if [ "$PLATFORM" = "pfSense" ]; then |
|
42 |
mdmfs -S -M -s 2m md /var/run |
|
43 |
fi |
|
44 |
|
|
41 | 45 |
# Enable Softupdates if enablesoftupdates is found in config.xml |
42 | 46 |
SOFTUPDATES=`/usr/bin/grep "enablesoftupdates" /cf/conf/config.xml | wc -l` |
43 | 47 |
if [ $SOFTUPDATES -gt 0 ]; then |
Also available in: Unified diff
Make php performance on all platforms consistent regardless of disk
speed