#!/bin/sh
. /mod/etc/conf/htpdate.cfg
[ "$HTPDATE_ENABLED" != "yes" ] && exit 0

case "$1" in
	online*)
		/mod/etc/init.d/rc.htpdate run
		;;
esac
