Am 16.10.2014 13:51, schrieb hardik gohil: > Hello, > > I want to customize date command such that whenever i set date using Date > command It should be able to set System time and Hardware clock time using > same command without using hwclock command. > > I have downloaded the source. > > I would like to know the entry point into busybox files whenever i enter > date command from user space? > > what will be easy method to customize date command? >
Hello, look for date_main in coreutils/date.c. the rest is like any other c-file, you have argc, argv and the full busybox suite. re, wh _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
