PERFORCE change 52220 for review

Chris Vance cvance at FreeBSD.org
Tue May 4 06:01:03 PDT 2004


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

Change 52220 by cvance at cvance_g5 on 2004/05/04 06:00:14

	Add two scripts to help with the system installation procedures

Affected files ...

.. //depot/projects/trustedbsd/sedarwin73/policy/Makefile#4 edit
.. //depot/projects/trustedbsd/sedarwin73/policy/create-extattr.sh#1 add
.. //depot/projects/trustedbsd/sedarwin73/policy/sebsd-relabel.sh#1 add

Differences ...

==== //depot/projects/trustedbsd/sedarwin73/policy/Makefile#4 (text+ko) ====

@@ -1,6 +1,7 @@
 include ../Makeconfig
 
 POLICY= policy.16
+SCRIPTS= create-extattr.sh sebsd-relabel.sh
 
 all: $(POLICY)
 
@@ -32,5 +33,6 @@
 
 install:
 	$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 644 ${POLICY} ${POLICYDIR}
+	$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 700 ${SCRIPTS} ${DESTDIR}/private/etc/
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list