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

Re: Vanishing /usr/doc symlink



On Fri, Jan 18, 2002 at 08:45:21AM +0100, Andreas Metzler wrote:
> You've got a point there. OTOH having _one_ symlink (ln -s share/doc
> /usr/doc) has been testet quite well since potato's release, and
> (c|sh)ould therefore be included in a fresh woody-install.
> 
> I don't expect many packages to break, because the /usr/doc
> symlink-handling code usually starts with something like
> if [ -d /usr/doc ...

I agree.  Except for having my one problem of it disappearing, I have
encountered no problems with a /usr/doc symlink.  Perhaps base-files
could do something like:

if [ ! -e /usr/doc -a ! -L /usr/doc ]; then
    ln -s /usr/share/doc /usr/doc
fi

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

     Julian Gilbey, Dept of Maths,             Debian GNU/Linux Developer
      Queen Mary, Univ. of London         see http://people.debian.org/~jdg/
   http://www.maths.qmul.ac.uk/~jdg/           or http://www.debian.org/
        Visit http://www.thehungersite.com/ to help feed the hungry



Reply to: