#!/bin/sh 

# log udhcpc activity
# Should not deconfigure interface, otherwise it will break nfsroot

DATE=`date`

echo [$DATE] event is : $1 >> /tmp/udhcpc-daemon.log


