#!/bin/sh

if [ "$IFACE" != "lo" ] ; then
	/usr/bin/ntpdate 0.pool.ntp.org
fi
