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

if [ -x /usr/bin/netstat ] ; then
    echo ""
    echo "Network interface status:"

    netstat -i
fi
OpenPOWER on IntegriCloud