summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-20 05:26:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-20 05:26:16 +0000
commite9c2085e0323f6304a74a0dbd3e6302beba7b979 (patch)
tree649a2d7f441894a20b3bade3c2e2bb87376f4f40 /etc/rc
parent34959279a1f8c2106a5ddfe8a5bf83908c050903 (diff)
downloadpfsense-e9c2085e0323f6304a74a0dbd3e6302beba7b979.zip
pfsense-e9c2085e0323f6304a74a0dbd3e6302beba7b979.tar.gz
No need to echo that there is no swap on embedded
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 67c8a51..901cea9 100755
--- a/etc/rc
+++ b/etc/rc
@@ -66,7 +66,6 @@ fi
if [ "$PLATFORM" = "cdrom" ] ; then
# do nothing for cdrom platform
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`
OpenPOWER on IntegriCloud