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

    1: #!/bin/sh
    2: #
    3: # This is default action for *Boot Stage Loader*
    4: #
    5: # $Id: 000.boot.run,v 1.2 2012/10/12 08:22:45 misho Exp $
    6: 
    7: echo ">>> BASE BOOT STAGE <<<"
    8: 
    9: for i in /etc/rc.t/*; do
   10: 	[ -d $i ] && continue
   11: 	[ "000.boot.run" = $(/bin/basename $i) ] && continue
   12: 	rm -f $i
   13: done

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