Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167768257
D32927.id98364.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
471 B
Referenced Files
None
Subscribers
None
D32927.id98364.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/jail b/usr.sbin/bsdinstall/scripts/jail
--- a/usr.sbin/bsdinstall/scripts/jail
+++ b/usr.sbin/bsdinstall/scripts/jail
@@ -103,7 +103,7 @@
if [ -n "$FETCH_DISTRIBUTIONS" -a -z "$BSDINSTALL_DISTSITE" ]; then
exec 3>&1
- BSDINSTALL_DISTSITE=`bsdinstall mirrorselect 2>&1 1>&3`
+ BSDINSTALL_DISTSITE=$(`dirname $0`/mirrorselect 2>&1 1>&3)
MIRROR_BUTTON=$?
exec 3>&-
test $MIRROR_BUTTON -eq 0 || error "No mirror selected"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 25, 9:49 AM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37231517
Default Alt Text
D32927.id98364.diff (471 B)
Attached To
Mode
D32927: bsdinstall: Fix mirror selection
Attached
Detach File
Event Timeline
Log In to Comment