#!/bin/sh
intf=${PWD##*@}
intf=${intf%*/log}
exec /usr/local/etc/runit/logger -t "dhclient@${intf}"
