1#!/bin/sh
2
3echo "waiting for the network"
4/usr/sbin/ipconfig waitall
5exec /usr/libexec/snmpd $@
6