Hush up swapinfo, we don't want to hear any of your back talk.

This commit is contained in:
Scott Ullrich 2005-12-28 00:48:00 +00:00
parent 9d1973b04e
commit 7050e57c7d

2
etc/rc
View File

@ -71,7 +71,7 @@ elif [ "$PLATFORM" = "embedded" ] ; then
else
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
/sbin/swapon -a 2>/dev/null
/sbin/swapon -a 2>/dev/null >/dev/null
/usr/local/bin/php -f /etc/rc.conf_mount_rw
fi