mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
patch for yum repos
This commit is contained in:
parent
f1cfe3484c
commit
e2d3f3e52d
4
inxi
4
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.8.24
|
#### version: 1.8.24
|
||||||
#### Date: December 6 2012
|
#### Date: December 6 2012
|
||||||
#### Patch Number: 01-b1
|
#### Patch Number: 02-b1
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -6070,7 +6070,7 @@ get_repo_data()
|
||||||
repoTitle = $1 " ~ "
|
repoTitle = $1 " ~ "
|
||||||
}
|
}
|
||||||
/^(mirrorlist|baseurl)/ {
|
/^(mirrorlist|baseurl)/ {
|
||||||
sub( /(mirrorlist|baseurl)=/, "", $1 ) # strip out the field starter
|
sub( /(mirrorlist|baseurl)[[:space:]]*=[[:space:]]*/, "", $1 ) # strip out the field starter
|
||||||
urlData = $1
|
urlData = $1
|
||||||
}
|
}
|
||||||
/^enabled=/ {
|
/^enabled=/ {
|
||||||
|
|
Loading…
Reference in a new issue