> - importing the library is done dynamically. If it exists it is > imported, if not it isn't. This allows pkg(1) to not hard require > SUNWinstall-libs which delivers libbe.so and also allows pkg(1) to > exist on systems that SUNWinstall-libs will not be installed on.
Thanks for making this change. I do, however, have a nit with the way it's implemented. I think this can be written in Python using os.listdir(), os.walk(), and os.path.exists(). We shouldn't be calling os.system() here. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
