#!/bin/sh
case "$@" in
*eth0*) t=10 ;;
*) t=30 ;;
esac
exec /usr/libexec/udhcpc -T 1 -t $t "$@"
