Project

General

Profile

« Previous | Next » 

Revision 0c5e431d

Added by Scott Ullrich about 20 years ago

  • Do not execute rc.packages on cdrom platform
  • Echo out when starting CRON

View differences:

etc/rc
127 127
/usr/sbin/usbd 2>>/tmp/bootup_messages
128 128
echo "done."
129 129

  
130
echo -n "Starting CRON... "
130 131
/usr/sbin/cron 2>>/tmp/bootup_messages
131

  
132
/etc/rc.packages 2>/dev/null
132
echo "done."
133 133

  
134 134
if [ ! "$PLATFORM" = "cdrom" ]; then
135

  
136
    echo "Syncing packages..."
137
    /etc/rc.packages 2>/dev/null
138
    
135 139
    echo "Executing rc.d items... "
140
    
136 141
    for FILE in /usr/local/etc/rc.d/*.sh; do
137 142
	echo -n " Starting ${FILE}..."
138 143
	sh $FILE >>/tmp/bootup_messages 2>&1

Also available in: Unified diff