PERFORCE change 97365 for review
Rob Deker
deker at FreeBSD.org
Wed May 17 19:05:33 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=97365
Change 97365 by deker at sebsd_build on 2006/05/17 19:04:31
Delete hackish loader.conf update.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/Makefile#15 edit
.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/support/loader.conf.additions#2 delete
Differences ...
==== //depot/projects/trustedbsd/sebsd/Makefile#15 (text+ko) ====
@@ -306,18 +306,11 @@
.endif
# Bootstrapping of SEBSD-specific bits
-SEBSD_BOOTSTRAP_CHECK!= grep sebsd_bootstrap /boot/loader.conf
-SEBSD_POLICYTYPE!= grep "TYPE" ${.CURDIR}/contrib/sebsd/refpolicy/build.conf | cut -d" " -f3
sebsd_bootstrap:
.if exists(${.CURDIR}/contrib/sebsd)
@echo "Installing SEBSD policy"
(cd ${.CURDIR}/contrib/sebsd/refpolicy; gmake install-src)
(cd ${DESTDIR}/etc/security/sebsd/${SEBSD_POLICYTYPE}/src/policy; gmake install)
-.if empty (BOOTSTRAP_CHECK)
- @echo "Making modifications to /boot/loader.conf"
- (cat ${.CURDIR}/contrib/sebsd/support/loader.conf.additions | sed s/\#SEBSD_POLICYTYPE\#/${SEBSD_POLICYTYPE}/ >> /boot/loader.conf)
-.endif
-
.endif
More information about the trustedbsd-cvs
mailing list