Deleted Added
full compact
420.status-network (28264) 420.status-network (28320)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $Id: 420.status-network,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
3# $Id: 420.status-network,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
4#
5
6if [ -x /usr/bin/netstat ] ; then
7 echo ""
8 echo "Network interface status:"
4#
5
6if [ -x /usr/bin/netstat ] ; then
7 echo ""
8 echo "Network interface status:"
9
9 netstat -i
10fi
10 netstat -i
11fi