#!/bin/sh
#
# $FreeBSD$
if [ -d /var/spool/uucp -a -x /usr/bin/uustat ]; then
echo ""
echo "UUCP status:"
uustat -a
fi