Project

General

Profile

« Previous | Next » 

Revision 5be5825e

Added by Scott Ullrich over 18 years ago

Use /etc/rc.start_packages

View differences:

etc/rc
201 201
/usr/sbin/cron 2>>/tmp/bootup_messages
202 202
echo "done."
203 203

  
204
if [ ! "$PLATFORM" = "cdrom" ]; then
205

  
206
    echo "Syncing packages..."
207
    /etc/rc.packages 2>/dev/null
208

  
209
    echo "Executing rc.d items... "
210

  
211
    for FILE in /usr/local/etc/rc.d/*.sh; do
212
		echo -n " Starting ${FILE}..."
213
		sh $FILE start >>/tmp/bootup_messages 2>&1 &
214
		echo "done."
215
    done
216
fi
204
# Start packages
205
/etc/rc.start_packages
217 206

  
218 207
rm -rf /usr/local/pkg/pf/CVS
219 208

  

Also available in: Unified diff