From bb855f41ee870d404f73d9799465d6877c8c07cf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 12 Nov 2005 22:11:12 +0000 Subject: [PATCH] Do not enable dump device nor savecore on RELENG_1. --- etc/rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/rc b/etc/rc index 8c06d21a9b..1386e58caf 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