#!/bin/sh . $IPKG_INSTROOT/etc/functions.sh gid=$(get_next_gid) add_group ntp $gid add_user ntp $(get_next_uid) $gid /tmp/.ntp add_service ntp 123/udp add_rcconf 'e.g. "-s"' ntpd_flags