cvs commit: src/etc Makefile

Brian Somers brian at Awfulhak.org
Tue Oct 5 09:04:35 PDT 2004


On Tue, 5 Oct 2004 13:03:08 +0000 (UTC), Ruslan Ermilov <ru at FreeBSD.org> wrote:
> ru          2004-10-05 13:03:08 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     etc                  Makefile 
>   Log:
>   Fixed symlinking of /etc/namedb.
>   
>   Reported by:    Jeremy Chadwick
>   
>   Revision  Changes    Path
>   1.334     +1 -1      src/etc/Makefile

Shouldn't this be:

    ln -fhs ../var/named/etc/namedb ${DESTDIR}/etc/namedb

although personally I'd vote to remove it as it just creates
${DESTDIR}/etc/namedb/namedb when ${DESTDIR}/etc/namedb is a
directory, it's a noop if the user has already followed UPDATING
and mtree creates the symlink for new installations (I guess).

Moving /etc/namedb to /var/named/etc/namedb and creating the
/etc/namedb symlink go hand-in-hand as a manual task IMHO.

-- 
Brian <brian at Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>                   <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !


More information about the cvs-all mailing list