summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-23 03:42:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-23 03:42:52 +0000
commitffeca18d6a9786907f297e9ae7e1ea64797a133d (patch)
treeaac6385cc7cc490e9ff4fbde5d100a3a8d534b52 /etc/rc
parent4fd676588c9d00da6f40dd80595487505538c295 (diff)
downloadpfsense-ffeca18d6a9786907f297e9ae7e1ea64797a133d.zip
pfsense-ffeca18d6a9786907f297e9ae7e1ea64797a133d.tar.gz
Redirect all errors and package messages to /tmp/bootup_messages
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 722d9e3..4f702a3 100755
--- a/etc/rc
+++ b/etc/rc
@@ -82,7 +82,7 @@ echo Executing rc.d items...
for FILE in /usr/local/etc/rc.d/*.sh; do
if [ -e $FILE ]; then
echo "Starting ${FILE}..."
- sh $FILE 2>/tmp/bootup_messages
+ sh $FILE >>/tmp/bootup_messages 2>&1
fi
done
OpenPOWER on IntegriCloud