Date: Wed, 17 May 2006 19:04:59 GMT From: Rob Deker <deker@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 97365 for review Message-ID: <200605171904.k4HJ4x71044568@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97365 Change 97365 by deker@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605171904.k4HJ4x71044568>