Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 06:11:44 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44238 for review
Message-ID:  <200312231411.hBNEBimP009594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=44238

Change 44238 by cvance@cvance_sony on 2003/12/23 06:10:44

	Add a /boot/loader.conf file pre-populated with SEBSD-specific
	options (commented out by default).

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/boot/forth/loader.conf.sebsd#1 add
.. //depot/projects/trustedbsd/sebsd/sys/boot/i386/loader/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/boot/i386/loader/Makefile#5 (text+ko) ====

@@ -101,9 +101,10 @@
 	cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
 
 .PATH: ${.CURDIR}/../../forth 
-FILES=	${PROG}.help loader.4th support.4th loader.conf
+FILES=	${PROG}.help loader.4th support.4th loader.conf loader.conf.sebsd
 FILES+= screen.4th frames.4th beastie.4th
 FILESDIR_loader.conf=	/boot/defaults
+FILESNAME_loader.conf.sebsd= loader.conf
 
 .if !exists(${DESTDIR}/boot/loader.rc)
 FILES+=	${.CURDIR}/loader.rc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312231411.hBNEBimP009594>