summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-26 00:50:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-26 00:50:47 +0000
commitf92e9ff325cf04c359f2bf2b9685d3dbfdd838a8 (patch)
treecbcc1ea4500f4ea6bb3f4aa1e5866adf8d85090f /etc/rc
parentd0e94aaf8419f92624967913a394cdc9a3af5fe7 (diff)
downloadpfsense-f92e9ff325cf04c359f2bf2b9685d3dbfdd838a8.zip
pfsense-f92e9ff325cf04c359f2bf2b9685d3dbfdd838a8.tar.gz
Cleanup comments
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index abce961..3913981 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,13 +67,10 @@ fi
if [ "$PLATFORM" = "cdrom" ] ; then
# do nothing for cdrom platform
elif [ "$PLATFORM" = "embedded" ] ; then
- # /usr/local/bin/php -f /etc/rc.conf_mount_rw
+ # do nothing for embedded platform
else
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
-
/sbin/swapon -a 2>/dev/null >/dev/null
-
- #/usr/local/bin/php -f /etc/rc.conf_mount_rw
fi
echo " done."
OpenPOWER on IntegriCloud