patch for yum repos

This commit is contained in:
inxi-svn 2012-12-22 02:54:24 +00:00
parent f1cfe3484c
commit e2d3f3e52d

4
inxi
View file

@ -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=/ {