PERFORCE change 93060 for review

Robert Watson rwatson at FreeBSD.org
Thu Mar 9 18:40:17 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=93060

Change 93060 by rwatson at rwatson_peppercorn on 2006/03/09 18:39:50

	SEBSD is not properly connected to the build tools section of the
	build, so interacts poorly with mergemaster.  For now, use the
	installed system sebsd_* tools, rather than trying to run from
	DESTDIR where they may not exist.  In the future, we'll need to
	attach the SEBSD tool set to the build tool set so it can run in
	the build/install environment.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#23 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#23 (text+ko) ====

@@ -18,9 +18,9 @@
 
 FLASKDIR = flask/
 PREFIX = /usr
-LOADPOLICY  = $(DESTDIR)/usr/sbin/sebsd_loadpolicy
-CHECKPOLICY = $(DESTDIR)/sbin/sebsd_checkpolicy
-SETFILES = $(DESTDIR)/sbin/sebsd_setfiles
+LOADPOLICY  = /usr/sbin/sebsd_loadpolicy
+CHECKPOLICY = /sbin/sebsd_checkpolicy
+SETFILES = /sbin/sebsd_setfiles
 .if (POLICYVERCOMPAT)
 POLICYVERTMP = $(POLICYVERCOMPAT)
 POLICYVERCOMPATARGS = -c $(POLICYVERCOMPAT)


More information about the trustedbsd-cvs mailing list