#!/bin/sh

[ -f /etc/wshaperx.conf ] && . /etc/wshaperx.conf

if [ "$AUTO" = "yes" -a "$1" = "$DEV" -a -f /usr/sbin/wshaperx ]
then
	/usr/sbin/wshaperx start
fi
