Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102054208
D42369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
904 B
Referenced Files
None
Subscribers
None
D42369.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/fetchmissingdists b/usr.sbin/bsdinstall/scripts/fetchmissingdists
--- a/usr.sbin/bsdinstall/scripts/fetchmissingdists
+++ b/usr.sbin/bsdinstall/scripts/fetchmissingdists
@@ -53,7 +53,6 @@
exit 0
fi
-ALL_DISTRIBUTIONS="$DISTRIBUTIONS"
WANT_DEBUG=
# Download to a directory in the new system as scratch space
@@ -75,10 +74,8 @@
if [ -f "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" ]; then
cp "$BSDINSTALL_DISTDIR_ORIG/MANIFEST" "$BSDINSTALL_DISTDIR/MANIFEST"
- VERIFY_MANIFEST_SIG=0
else
FETCH_DISTRIBUTIONS="MANIFEST $FETCH_DISTRIBUTIONS"
- VERIFY_MANIFEST_SIG=1
# XXX actually verify signature on manifest
bsddialog --backtitle "$OSNAME Installer" --title "Warning" --msgbox "Manifest not found on local disk and will be fetched from an unverified source. This is a potential security risk. If you do not wish to proceed, press control-C now." 0 0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 1:19 AM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14524633
Default Alt Text
D42369.diff (904 B)
Attached To
Mode
D42369: bsdinstall: Remove unused variables in fetchmissingdists
Attached
Detach File
Event Timeline
Log In to Comment