From 6efc583f6b7a32a8ce01811ee69dec2ebf004a64 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 4 Apr 2014 18:45:08 +0000 Subject: [PATCH] raid, shortened the output lines a little --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 92a097b..857423d 100755 --- a/inxi +++ b/inxi @@ -10997,9 +10997,9 @@ print_raid_data() if [[ -n $BSD_TYPE ]];then no_raid_detected='No zfs software RAID detected-other types not yet supported.' empty_raid_data='No zfs RAID data available-other types not yet supported.' - report_size='full size' - blocks_avail='available size' - chunk_raid_usage='raid allocated' + report_size='size' + blocks_avail='available' + chunk_raid_usage='allocated' else no_raid_detected="No RAID data: $FILE_MDSTAT missing-is md_mod kernel module loaded?" empty_raid_data="No RAID devices: $FILE_MDSTAT, md_mod kernel module present"