Do not enable dump device nor savecore on RELENG_1.

This commit is contained in:
Scott Ullrich 2005-11-12 22:11:12 +00:00
parent b965ce430b
commit bb855f41ee

2
etc/rc
View File

@ -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