Page MenuHomeFreeBSD

D1780.id3648.diff
No OneTemporary

D1780.id3648.diff

Index: tools/tools/makeroot/makeroot.sh
===================================================================
--- tools/tools/makeroot/makeroot.sh
+++ tools/tools/makeroot/makeroot.sh
@@ -165,13 +165,15 @@
awk '
!/ type=/ { file = $1 }
/ type=/ { if ($1 == file) {print} }' >> ${manifest}
-else
+elif [ -n "${EXTRAS}" ]; then
# Start with all the files in BSDROOT/METALOG except those in
# one of the EXTRAS manifests.
grep -h type=file ${EXTRAS} | cut -d' ' -f1 | \
sort -u ${BSDROOT}/METALOG - | awk '
!/ type=/ { file = $1 }
/ type=/ { if ($1 != file) {print} }' >> ${manifest}
+else
+ sort -u ${BSDROOT}/METALOG >> ${manifest}
fi
# For each extras file, add contents keys relative to the directory the

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 1:37 AM (13 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31877903
Default Alt Text
D1780.id3648.diff (738 B)

Event Timeline