#!/bin/sh
# $Id$
# $URL$

if test -f /proc/mdstat
then
    cat /proc/mdstat
    echo
fi
