From 20ca07336e1f82257c180530b1610abb5fd02bec Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 27 Feb 2013 22:08:35 +0000 Subject: [PATCH] updated bsd zfs raid error messages to reflect that only zfs is supported at this time --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 4ba4b25..80cd443 100755 --- a/inxi +++ b/inxi @@ -9364,8 +9364,8 @@ print_raid_data() local empty_raid_data='' report_size='report' blocks_avail='blocks' chunk_raid_usage='chunk size' if [[ -n $BSD_TYPE ]];then - no_raid_detected='No RAID detected - BSD support is only preliminary.' - empty_raid_data='No RAID data available - BSD support is only preliminary.' + 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'