summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-28 00:48:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-28 00:48:00 +0000
commit7050e57c7dce5cfc329daa77cf98024022255c2a (patch)
tree1a7f9ccd784f17cbca3f842f2ece30040ce184aa /etc
parent9d1973b04ece097e75d84986c463141f89902128 (diff)
downloadpfsense-7050e57c7dce5cfc329daa77cf98024022255c2a.zip
pfsense-7050e57c7dce5cfc329daa77cf98024022255c2a.tar.gz
Hush up swapinfo, we don't want to hear any of your back talk.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 1bd3fa2..39ca2fe 100755
--- a/etc/rc
+++ b/etc/rc
@@ -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
OpenPOWER on IntegriCloud