From owner-p4-projects Sat Jun 29 11:51: 9 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 087E037B405; Sat, 29 Jun 2002 11:51:05 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D84937B400 for ; Sat, 29 Jun 2002 11:51:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B9B43E09 for ; Sat, 29 Jun 2002 11:51:04 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TIp4JU054392 for ; Sat, 29 Jun 2002 11:51:04 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TIp36V054389 for perforce@freebsd.org; Sat, 29 Jun 2002 11:51:03 -0700 (PDT) Date: Sat, 29 Jun 2002 11:51:03 -0700 (PDT) Message-Id: <200206291851.g5TIp36V054389@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 13606 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message