summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-16 22:59:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-16 22:59:13 +0000
commit3f43f9a635c2d0517f635f9d0e10118d08b7af33 (patch)
tree8da4ddaaaa52e813c9931f2eb1d6f36208754a7e
parent6a31c386578a5492f5e674b2a604bb4eacdb76b8 (diff)
downloadpfsense-3f43f9a635c2d0517f635f9d0e10118d08b7af33.zip
pfsense-3f43f9a635c2d0517f635f9d0e10118d08b7af33.tar.gz
Start packages the prior way
-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