Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 11:16:37 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14051 for review
Message-ID:  <200207101816.g6AIGblG017715@freefall.freebsd.org>

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

Change 14051 by green@green_laptop_2 on 2002/07/10 11:15:51

	Actually let this get installed.  really.

Affected files ...

.. //depot/projects/trustedbsd/mac/Makefile.inc1#16 edit
.. //depot/projects/trustedbsd/mac/share/security/sebsd/Makefile#5 edit

Differences ...

==== //depot/projects/trustedbsd/mac/Makefile.inc1#16 (text+ko) ====

@@ -357,8 +357,8 @@
 #
 distributeworld installworld: installcheck
 	mkdir -p ${INSTALLTMP}
-	for prog in [ awk cat chflags chmod chown date echo egrep find grep \
-	    ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
+	for prog in [ awk cat chflags chmod chown cpio date echo egrep find \
+	    grep ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
 	    test true uname wc zic; do \
 		cp `which $$prog` ${INSTALLTMP}; \
 	done

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

@@ -11,8 +11,7 @@
 	echo ${DSTDIR}
 
 install:
-#	cd ${SRCDIR}; cpio -p -R${BINOWN}:${BINGRP} ${DSTDIR} < files.lst
-	echo "share/security/sebsd temporarily disabled due to breakage"
+	cd ${SRCDIR}; cpio -p -R${BINOWN}:${BINGRP} ${DSTDIR} < files.lst
 
 
 .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?200207101816.g6AIGblG017715>