Date: Tue, 5 Oct 2004 17:04:27 +0100 From: Brian Somers <brian@Awfulhak.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20041005170427.548e6e9d@dev.lan.Awfulhak.org> In-Reply-To: <200410051303.i95D38Nl047864@repoman.freebsd.org> References: <200410051303.i95D38Nl047864@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Oct 2004 13:03:08 +0000 (UTC), Ruslan Ermilov <ru@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@Awfulhak.org> <brian@[uk.]FreeBSD.org>
<http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org>
Don't _EVER_ lose your sense of humour !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041005170427.548e6e9d>
