Jason W
Group: Members
Posts: 260
Joined: Nov. 2006 |
|
Posted: May 04 2008,17:48 |
|
WDef, Thanks. I had posted the rough draft of what I was going to submit so there could be peer review. It is suggestions for improvement, and critique, helps make for a better final product. I am not a good script person, and I have learned from the suggestions made in this thread. I knew there would be at least a few things that could be improved upon in my version of the script. I have always found the DSL forum a friendly place, my home away from home. Knowing this, I shouldn't such have a thin skin at times. I welcome all comments and suggestions, and appreciate the feedback and interest you guys give to the things I am doing.
While dealing with the first few lines of /etc/ld.so.conf would do, the ideal thing is to determine if the library path is listed above /usr/lib. Anything that is listed under that is created by loading the uci and is then removed by unloading the uci. (I think that unloading the uci removes the entries, but we are not dealing with stuff created by the uci). That is a bit of complexity, for me at least, but I will study up on it that will be the goal. It would then be bulletproof in the case of other extensions that may in the future do the same thing. It will take some learning on my part, but it will be a good experience.
|