PERFORCE change 52226 for review
Chris Vance
cvance at FreeBSD.org
Tue May 4 15:13:45 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=52226
Change 52226 by cvance at cvance_g5 on 2004/05/04 08:13:07
Install the policy sources as well as the binary version
Affected files ...
.. //depot/projects/trustedbsd/sedarwin73/policy/Makefile#5 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin73/policy/Makefile#5 (text+ko) ====
@@ -34,5 +34,6 @@
install:
$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 644 ${POLICY} ${POLICYDIR}
$(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 700 ${SCRIPTS} ${DESTDIR}/private/etc/
+ (cd $(.CURDIR)/..; tar -cf - policy) | (cd $(DESTDIR)/private/etc/sedarwin/; tar -xf -)
.include <bsd.prog.mk>
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list