On Tue, Mar 18, 2014 at 01:59:37PM +0000, Bryan Evenson wrote:
> I'm also using ntpd with a Yocto Project based system, and I had
> switched to using the full ntp package instead of the Busybox
> supplied ntpd because of configuration. Within this build framework,
> I didn't see an easy way to adjust the ntpd command line or to set
> its configuration for the final built image. At the same time, I can
> understand the resistance to adding another configuration file that
> needs to be maintained.
> 
> How about a set of ntpd menuconfig options to build the command
> line? We could configure the default ntpd settings at build time, it
> wouldn't add anything to the size of the final ntpd binary.

How is it hard? Just wrap ntpd with your own shell script called
"ntpd" that parses your config file and passes the options on the
command line to "busybox ntpd"... Or am I missing something?

Rich
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to