summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-12 22:11:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-12 22:11:12 +0000
commitbb855f41ee870d404f73d9799465d6877c8c07cf (patch)
tree158402b8fe29513436787d941262ffe8d484e271 /etc
parentb965ce430b2c017f4645d41c8de84202c14d1784 (diff)
downloadpfsense-bb855f41ee870d404f73d9799465d6877c8c07cf.zip
pfsense-bb855f41ee870d404f73d9799465d6877c8c07cf.tar.gz
Do not enable dump device nor savecore on RELENG_1.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 8c06d21..1386e58 100755
--- a/etc/rc
+++ b/etc/rc
@@ -62,8 +62,6 @@ elif [ "$PLATFORM" = "embedded" ] ; then
echo "No swap on ${PLATFORM}"
/usr/local/bin/php -f /etc/rc.conf_mount_rw
else
- SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
-
/sbin/swapon -a 2>/dev/null
/usr/local/bin/php -f /etc/rc.conf_mount_rw
OpenPOWER on IntegriCloud