summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-22 19:45:06 +0000
committerColin Smith <colin@pfsense.org>2005-06-22 19:45:06 +0000
commit98291f960ff76897bf40ab5f82c385fc660ca662 (patch)
treeeb476973e1a5a2cdf447f3a7bf274f70e51bd547
parent3c41c4abe1bbfe64db16632a59ec3f94ba366778 (diff)
downloadpfsense-98291f960ff76897bf40ab5f82c385fc660ca662.zip
pfsense-98291f960ff76897bf40ab5f82c385fc660ca662.tar.gz
Start services at bootup. This is a temporary solution until all services are moved over to XML.
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 5829f6f..15c5de8 100755
--- a/etc/rc
+++ b/etc/rc
@@ -129,7 +129,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
for FILE in /usr/local/etc/rc.d/*.sh; do
echo -n " Starting ${FILE}..."
- sh $FILE >>/tmp/bootup_messages 2>&1
+ sh $FILE start >>/tmp/bootup_messages 2>&1
echo "done."
done
fi
OpenPOWER on IntegriCloud