function ntp {
	description="Network Time Protocol"
	use="udp"
	port=${port:-123}
	do_service $FUNCNAME $@
}
