... is anyone else seeing a large number of packages reported by:
$ ls -l /usr/doc | grep ^d | wc -l
162
instead of the expected 0? Should a mass bug report be filed against
these (ls -l /usr/doc/ | grep ^d | awk ' { printf "%s ", $9 }
') packages?
Or is there some other mechanism I should use?
Anand