aboutsummaryrefslogtreecommitdiff
path: root/etc/periodic/daily/410.status-uucp
blob: ac21f6f9a9e5753198b3e701edc142b45260863b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: 410.status-uucp,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
#

if [ -d /var/spool/uucp -a -x /usr/bin/uustat ]; then
    echo ""
    echo "UUCP status:"

    uustat -a
fi