#!/bin/sh

# remove (or comment out) the next line if your network addresses change
exit 0

case $ADDRFAM in
	inet*)
		/etc/init.d/ntp-server restart
		;;
esac
