From ffeca18d6a9786907f297e9ae7e1ea64797a133d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 23 Feb 2005 03:42:52 +0000 Subject: Redirect all errors and package messages to /tmp/bootup_messages --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc') 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 -- cgit v1.1