FreeBSD Bugzilla – Attachment 7260 Details for
Bug 15871
CVS directories copied to PicoBSD filesystems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 812 bytes, created by
peter.jeremy
on 2000-01-04 02:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
peter.jeremy
Created:
2000-01-04 02:30:01 UTC
Size:
812 bytes
patch
obsolete
>Index: release/picobsd/build/stage1 >=================================================================== >RCS file: /home/CVSROOT/src/release/picobsd/build/stage1,v >retrieving revision 1.7.2.6 >diff -u -r1.7.2.6 stage1 >--- stage1 1999/10/17 23:05:12 1.7.2.6 >+++ stage1 1999/12/20 03:15:56 >@@ -187,11 +187,11 @@ > else > excl="" > fi >-(cd ${BUILDDIR}/../floppy.tree ; tar -cf - ${excl} . ) | (cd /mnt ; tar xvf - ) >+(cd ${BUILDDIR}/../floppy.tree ; tar -cf - ${excl} --exclude CVS . ) | (cd /mnt ; tar xvf - ) > > if [ -d ${BUILDDIR}/../${TYPE}/floppy.tree ] ; then > echo "-> update with private files:" >- (cd ${BUILDDIR}/../${TYPE}/floppy.tree ; tar cf - . ) | (cd /mnt ; tar xvf - ) >+ (cd ${BUILDDIR}/../${TYPE}/floppy.tree ; tar -cf - --exclude CVS . ) | (cd /mnt ; tar xvf - ) > fi > > files="hosts motd"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15871
: 7260