File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.s / 000.boot.run
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Oct 12 08:22:45 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: elwix1_9_mips, elwix1_9, elwix1_8, elwix1_7, HEAD, ELWIX1_8, ELWIX1_7, ELWIX1_6
ELWIX 1.6

#!/bin/sh
#
# This is default action for *Boot Stage Loader*
#
# $Id: 000.boot.run,v 1.2 2012/10/12 08:22:45 misho Exp $

echo ">>> BASE BOOT STAGE <<<"

for i in /etc/rc.t/*; do
	[ -d $i ] && continue
	[ "000.boot.run" = $(/bin/basename $i) ] && continue
	rm -f $i
done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>