[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: many packages still using /usr/doc



On Sun, 9 Jan 2000, Anand Kumria wrote:

> On Sat, 8 Jan 2000, Roland Rosenfeld wrote:
> 
> Well it wouldn't have taken you much time[1], I did check and 13 out
> of 159 packages have symlinks in /usr/share/doc/package pointing to
> /usr/doc. From what I remember that was the inital way to doing
> things, it is quite likely that those packages are buggy anyway.

Bzzt. Wrong. What I found was 13 packages which have a directory (or
have left one behind) in both /usr/share/doc and /usr/doc

> [1] $ for i in `ls -l /usr/doc | grep ^d | awk ' { printf "%s ", $9 }
> '`; do if [ -d /usr/share/doc/`basename $i` ]; then echo $i; fi; done
> | wc -l

That test should be -L, which nets 0.

Anand


Reply to: