diff --git a/etc/rc b/etc/rc index 248e38aa20..722d9e310f 100755 --- a/etc/rc +++ b/etc/rc @@ -78,10 +78,11 @@ echo Starting USB... /usr/sbin/cron 2>>/tmp/bootup_messages +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 2>/tmp/bootup_messages fi done