Re: Vote: lib/libexpat -> lib/libbsdxml

2002-10-04 Thread Poul-Henning Kamp
In message , Garance A Drosihn writes: >(renaming the directory seems like a fine idea to me, but I think >you should check with PHK first, seeing that he is very actively >working there) My initial thought was that leaving the directory called libexpat was

Re: Vote: lib/libexpat -> lib/libbsdxml

2002-10-04 Thread Garance A Drosihn
At 5:56 PM +0300 10/4/02, Ruslan Ermilov wrote: >Hi there! > >I'd like to rename src/lib/libexpat to src/lib/libbsdxml. >The reason I think it should be done is the output of the >following command (libpam not being an exception here): > >cd src/lib; for dir in lib*; do [ "$dir" != "lib`cd $dir; m

Vote: lib/libexpat -> lib/libbsdxml

2002-10-04 Thread Ruslan Ermilov
Hi there! I'd like to rename src/lib/libexpat to src/lib/libbsdxml. The reason I think it should be done is the output of the following command (libpam not being an exception here): cd src/lib; for dir in lib*; do [ "$dir" != "lib`cd $dir; make -V LIB`" ] && echo $dir; done Cheers, -- Ruslan