summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-08-20 08:40:47 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-08-20 08:40:47 -0300
commit847fe304129c637753dc8cb01b86e0e1cdf2dbf6 (patch)
treee11fbddecd76391706bee6c7466356694b48001b /etc/rc.shutdown
parentdb63c043ce64841b5fee7316af27748de70d89c7 (diff)
downloadpfsense-847fe304129c637753dc8cb01b86e0e1cdf2dbf6.zip
pfsense-847fe304129c637753dc8cb01b86e0e1cdf2dbf6.tar.gz
Remove extra noise from rc.shutdown
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown
index c63e5e5..2102ff4 100755
--- a/etc/rc.shutdown
+++ b/etc/rc.shutdown
@@ -24,7 +24,7 @@ export PATH
# temporary files on shutdown from /tmp/
PLATFORM=`cat /etc/platform`
if [ "$PLATFORM" = "pfSense" ]; then
- find -x /tmp/* -type f -exec rm -f {} \;
+ find -x /tmp/* -type f -exec rm -f {} \; >/dev/null 2>&1
fi
USE_MFS_TMPVAR=`/usr/bin/grep -c use_mfs_tmpvar /cf/conf/config.xml`
OpenPOWER on IntegriCloud