mirror of
https://github.com/smxi/inxi.git
synced 2025-01-31 18:12:21 +00:00
No version change, new tarball.
Cleaned up some logging glitches.
This commit is contained in:
parent
5850df917c
commit
c88283bd5f
10
inxi
10
inxi
|
@ -2,7 +2,7 @@
|
||||||
########################################################################
|
########################################################################
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.2.31
|
#### Version: 2.2.31
|
||||||
#### Date: 2015-11-15
|
#### Date: 2015-12-29
|
||||||
#### Patch Number: 00
|
#### Patch Number: 00
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
|
@ -5092,7 +5092,7 @@ get_distro_data()
|
||||||
shopt -u nullglob
|
shopt -u nullglob
|
||||||
|
|
||||||
a_temp=${a_distro_glob[@]}
|
a_temp=${a_distro_glob[@]}
|
||||||
log_function_data "A_GLX_DATA: $a_temp"
|
log_function_data "a_distro_glob: $a_temp"
|
||||||
|
|
||||||
if [[ ${#a_distro_glob[@]} -eq 1 ]];then
|
if [[ ${#a_distro_glob[@]} -eq 1 ]];then
|
||||||
distro_file="$a_distro_glob"
|
distro_file="$a_distro_glob"
|
||||||
|
@ -5429,7 +5429,7 @@ get_dmidecode_data()
|
||||||
# To Be Filled By O.E.M.
|
# To Be Filled By O.E.M.
|
||||||
# strip out starting white space so that the following stuff will clear properly
|
# strip out starting white space so that the following stuff will clear properly
|
||||||
sub(/^[[:space:]]+/, "", twoData)
|
sub(/^[[:space:]]+/, "", twoData)
|
||||||
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*|^0x[0]+$|\[Empty\]|<Bad Index>|^\.\.$/, "", twoData)
|
sub(/^Base Board .*|^Chassis .*|empty|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*|^0x[0]+$|\[Empty\]|<Bad Index>|^\.\.$/, "", twoData)
|
||||||
sub(/.*(AssetTagNum|Manufacturer| Or Motherboard|PartNum.*|SerNum).*/, "", twoData)
|
sub(/.*(AssetTagNum|Manufacturer| Or Motherboard|PartNum.*|SerNum).*/, "", twoData)
|
||||||
gsub(/bios|acpi/, "", twoData)
|
gsub(/bios|acpi/, "", twoData)
|
||||||
sub(/http:\/\/www.abit.com.tw\//, "Abit", twoData)
|
sub(/http:\/\/www.abit.com.tw\//, "Abit", twoData)
|
||||||
|
@ -6876,8 +6876,8 @@ get_machine_data()
|
||||||
A_MACHINE_DATA=( $array_string )
|
A_MACHINE_DATA=( $array_string )
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
# echo ${A_MACHINE_DATA[5]}
|
# echo ${A_MACHINE_DATA[5]}
|
||||||
a_temp=( ${A_MACHINE_DATA[@]} )
|
a_temp=${A_MACHINE_DATA[@]}
|
||||||
# echo ${#a_temp[@]}
|
# echo $a_temp
|
||||||
log_function_data "A_MACHINE_DATA: $a_temp"
|
log_function_data "A_MACHINE_DATA: $a_temp"
|
||||||
eval $LOGFE
|
eval $LOGFE
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
=====================================================================================
|
||||||
|
Version: 2.2.31
|
||||||
|
Patch Version: 00
|
||||||
|
Script Date: 2015-12-29
|
||||||
|
-----------------------------------
|
||||||
|
Changes:
|
||||||
|
-----------------------------------
|
||||||
|
No version change, new tarball.
|
||||||
|
|
||||||
|
Cleaned up some logging glitches.
|
||||||
|
|
||||||
|
-----------------------------------
|
||||||
|
-- Harald Hope - Tue, 29 Dec 2015 14:01:07 -0800
|
||||||
|
|
||||||
=====================================================================================
|
=====================================================================================
|
||||||
Version: 2.2.31
|
Version: 2.2.31
|
||||||
Patch Version: 00
|
Patch Version: 00
|
||||||
|
|
Loading…
Reference in a new issue