summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 42e556c..bcd7bcb 100755
--- a/etc/rc
+++ b/etc/rc
@@ -195,9 +195,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
for FILE in /usr/local/etc/rc.d/*.sh; do
echo -n " Starting ${FILE}..."
- (set -T
- trap 'exit 1' 2
- sh $FILE start start)
+ sh $FILE start >>/tmp/bootup_messages 2>&1
echo "done."
done
fi
OpenPOWER on IntegriCloud