#! /bin/sh -e

if [ -x "/etc/init.d/netperf" ]; then
	update-rc.d netperf defaults >/dev/null
	/etc/init.d/netperf start
fi
