Project

General

Profile

« Previous | Next » 

Revision 316a0dda

Added by Scott Ullrich over 20 years ago

Pretty up boot process.

View differences:

etc/rc
86 86

  
87 87
/usr/sbin/cron 2>>/tmp/bootup_messages
88 88

  
89
echo "Syncing package configurations..."
89
echo -n "Syncing package configurations..."
90 90
/etc/rc.packages
91
echo Done.
91 92

  
92 93
echo "Executing rc.d items..."
93 94
for FILE in /usr/local/etc/rc.d/*.sh; do
......
96 97
        sh $FILE >>/tmp/bootup_messages 2>&1
97 98
	echo "Done."
98 99
    fi
99
Done
100
done
100 101

  
101 102
# one more pass to give package plugins a chance to adjust
102 103
echo -n "Final firewall setup in progress..."

Also available in: Unified diff