RE: C implementation of the lsbinstall command
"Wichmann, Mats D" <[email protected]>
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Message-ID | <A06801158AE07847B27A52C1A074BC1D08852219@fmsmsx404.amr.corp.intel.com> |
>[This message should probably belong to another list, but I >don't know which one, so please bear with me...] > >Hello, > >I have written a C implementation of the lsbinstall command, >as described at the LSB 3.0 Future Annex. It is slightly >geared towards SuSE Linux, but I think the implementation >can be easily adapted. Could you please look at it >and say what you think? :-) Looks nice just from a scan of the code, haven't tried it out. - also highlights why it's more fun to prototype this sort of a thing in a scripting language until the kinks are worked out :-) (about 1900 lines of C).