> Having the same interface as "loadkeys" offers one benefit: busybox > can then be used as a drop-in replacement for original loadkeys. > This benefit should be compared to the benefit of designing and using > a leaner interface, that will not require including a full table parser > into the busybox binary.
There is no big step of "designing" a special leaner interface in Busybox. The Busybox loadkmap applet just reads the binary structures needed for the console ioctl calls from stdin (in a loop). No input parsing at all, simplicity pure. I would like to stay at that level of simplicity. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
