mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
branch one, try 4, close, zfs almost working in this case
This commit is contained in:
parent
0dd68f4588
commit
f856bbcabe
4
inxi
4
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### Version: 2.1.11
|
#### Version: 2.1.11
|
||||||
#### Date: 2014-03-26
|
#### Date: 2014-03-26
|
||||||
#### Patch Number: 03-b1
|
#### Patch Number: 04-b1
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -7728,7 +7728,7 @@ get_raid_component_data_bsd()
|
||||||
$1 ~ /^'$device'$/ {
|
$1 ~ /^'$device'$/ {
|
||||||
while ( getline && !/^$/ ) {
|
while ( getline && !/^$/ ) {
|
||||||
sub( /ONLINE/, "", $2 )
|
sub( /ONLINE/, "", $2 )
|
||||||
components=components $1 separator $2
|
components=components separator $1 separator $2
|
||||||
separator=" "
|
separator=" "
|
||||||
}
|
}
|
||||||
print components
|
print components
|
||||||
|
|
Loading…
Reference in a new issue