Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 11:51:03 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13606 for review
Message-ID:  <200206291851.g5TIp36V054389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13606

Change 13606 by rwatson@rwatson_curry on 2002/06/29 11:50:18

	Temporarily disable the install of share/security/sebsd, since
	cpio isn't found:
	
	===> share/security
	===> share/security/sebsd
	cd /cboss/p4/rwatson/trustedbsd/mac/share/security/sebsd/../../../contrib/sebsd/policy; cpio -p -Rroot:wheel /cboss/devel/nfsroot/crash1.cboss.tislabs.com/usr/share/security/sebsd/policy < files.lst
	cpio: not found
	*** Error code 127
	
	Stop in /cboss/p4/rwatson/trustedbsd/mac/share/security/sebsd.
	*** Error code 1
	
	We should reconnect once fixed.

Affected files ...

.. //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#4 (text+ko) ====

@@ -11,7 +11,8 @@
 	echo ${DSTDIR}
 
 install:
-	cd ${SRCDIR}; cpio -p -R${BINOWN}:${BINGRP} ${DSTDIR} < files.lst
+#	cd ${SRCDIR}; cpio -p -R${BINOWN}:${BINGRP} ${DSTDIR} < files.lst
+	echo "share/security/sebsd temporarily disabled due to breakage"
 
 
 .include <bsd.prog.mk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291851.g5TIp36V054389>