#!/usr/bin/perl -w if ( $ARGV[0] ) { if ( $ARGV[0] eq 'autoconf' ) { if ( -r '/bin/netstat') { print "yes\n"; exit 0; } print "no\n"; exit 0; } elsif ( $ARGV[0] eq 'config' ) { print <