From f92e9ff325cf04c359f2bf2b9685d3dbfdd838a8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Aug 2006 00:50:47 +0000 Subject: Cleanup comments --- etc/rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'etc') 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." -- cgit v1.1