summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-26 00:27:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-26 00:27:18 +0000
commit5c94fe53984b003c47e1b8a60a7c29242b129b30 (patch)
tree168c4f72d4a942cec1e8d410e4142d653828a75a /etc/rc
parentdeff30cd73bcb422f329647647a8ed5616635184 (diff)
downloadpfsense-5c94fe53984b003c47e1b8a60a7c29242b129b30.zip
pfsense-5c94fe53984b003c47e1b8a60a7c29242b129b30.tar.gz
* We are already read/write, no need to invoke php + rw conf mount routines yet again and slow down the bootup process
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 a115aee..6f4e12e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,7 +67,7 @@ fi
if [ "$PLATFORM" = "cdrom" ] ; then
# do nothing for cdrom platform
elif [ "$PLATFORM" = "embedded" ] ; then
- /usr/local/bin/php -f /etc/rc.conf_mount_rw
+ # /usr/local/bin/php -f /etc/rc.conf_mount_rw
else
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
OpenPOWER on IntegriCloud