Start services at bootup. This is a temporary solution until all services are moved over to XML.

This commit is contained in:
Colin Smith 2005-06-22 19:45:06 +00:00
parent 3c41c4abe1
commit 98291f960f

2
etc/rc
View File

@ -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