Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15754 Details for
Bug 25996
mirrorselect claims ftp6.uni-erlangen.de is an unkown host due to ipv6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
added support for interactive mode
mirrorselect-ipv6.diff (text/plain), 1.50 KB, created by
Nicolas Kaiser
on 2003-08-08 08:12:27 UTC
(
hide
)
Description:
added support for interactive mode
Filename:
MIME Type:
Creator:
Nicolas Kaiser
Created:
2003-08-08 08:12:27 UTC
Size:
1.50 KB
patch
obsolete
>--- mirrorselect.orig 2003-08-08 12:05:49.000000000 +0200 >+++ mirrorselect 2003-08-08 17:09:17.000000000 +0200 >@@ -39,6 +39,7 @@ > echo " which block 40+ requests at any given time." > echo " Recommended parameters to pass for -b are:" > echo " -a -s3 -b10" >+ echo " -6 : Allow IPv6 mirrors" > echo " -v : Display Mirrorselect version" > echo > echo "Automatic Example:" >@@ -80,6 +81,8 @@ > exit 1 > else > CHECKLIST="$(echo $MIRROR_LIST | sed 's:http\::\nhttp\::g' | sed 's:ftp\::\nftp\::g' | cut -f1 -d">")" >+ >+ [ -z "${IPV6}" ] && CHECKLIST="$(echo $CHECKLIST | sed -e 's: [^ ]*ftp6[^ ]*: :g')" > > [ -z "${SILENT}" ] && echo "Running netselect to determine mirrors, this might take a moment..." > # >@@ -129,6 +132,8 @@ > sed 's:ftp\::\nftp\::g' | sed 's:>:(:g' | cut -f1,3 -d"(" | \ > sed 's: ::g' | sed 's:(: (:g' | sed 's:):) OFF:g' | sed 's:/ftp):):g')" > >+ [ -z "${IPV6}" ] && CHECKLIST="$(echo $CHECKLIST | sed -e 's: [^ ]*ftp6[^ ]* [^ ]* OF[^ ]*: :g')" >+ > MIRRORS=$(dialog --title " Gentoo Download Mirrors " --checklist "Please select your desired mirror(s):" 20 80 14 ${CHECKLIST} 2>&1 \ > | sed "s:\"::g") > fi >@@ -194,7 +199,7 @@ > } > > >-while getopts "ais:rovb:" opt >+while getopts "ais:rov6b:" opt > do > case $opt in > a ) MODE="auto";; >@@ -203,6 +208,7 @@ > r ) RSYNC="1";; > o ) SILENT="1";; > b ) BLOCK=$OPTARG;; >+ 6 ) IPV6="1";; > v ) echo "Mirrorselect version: ${VERSION}"; exit 0;; > * ) print_usage; exit 0;; > esac
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 25996
:
15751
| 15754 |
15762
|
15763