Hello, > It seems in version 1.2 of inetutils, such effort was applied to make > it less BSD dependant
Yes, that was quite some time ago! > I would like to get access to these older versions of the code (1.2 > but also the following ones: 1.3 and 1.3.1) You can find them in our Git repository: http://git.savannah.gnu.org/cgit/inetutils.git In particular, the version 1.2 can be found here: http://git.savannah.gnu.org/cgit/inetutils.git/tag/?id=inetutils-1_2 You can also clone the entire repository by issuing the following command: git clone git://git.savannah.gnu.org/inetutils.git Then do a `git checkout inetutils-1_2' to get to the version you are interested in. > By the way if you have information on these effort (extent, Use `git diff' (or the corresponding cgit functionality in http://git.savannah.gnu.org/cgit/inetutils.git). It will show you the changes between any two revisions. > some estimation of how successful or not it was, if there were later > efforts in the same direction, ...) I can't tell for sure, because it happened four years before I joined the project. But the fact is that Inetutils underwent similar reorganization several times since then. The last of these was in version 1.8 (two months ago). Regards, Sergey
