# Named 'zz-smartarray' so that it will be the last to execute...

my $env = ( $ENV{'REAL_LANG'} ? "LANG=".$ENV{'REAL_LANG'}." " : "" ).
      ( $ENV{'REAL_LC_ALL'} ? "LC_ALL=".$ENV{'REAL_LC_ALL'}." " : "" );

if (($ENV{'PRINTING'} eq "y" ) && (-x "/usr/bin/cciss_vol_status")) {
      #print "\n\n------------------ Fortune --------------------\n\n";
      system("$env /usr/bin/cciss_vol_status /dev/sg* /dev/cciss/c*d0 2>/dev/null");
      print "\n";
}
