From owner-cvs-all@FreeBSD.ORG Tue Oct 5 16:04:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4580516A4CE; Tue, 5 Oct 2004 16:04:35 +0000 (GMT) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CB8743D39; Tue, 5 Oct 2004 16:04:34 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.1/8.13.1) with SMTP id i95G4U05012069; Tue, 5 Oct 2004 17:04:30 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Tue, 5 Oct 2004 17:04:27 +0100 From: Brian Somers To: Ruslan Ermilov Message-ID: <20041005170427.548e6e9d@dev.lan.Awfulhak.org> In-Reply-To: <200410051303.i95D38Nl047864@repoman.freebsd.org> References: <200410051303.i95D38Nl047864@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12a (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on gw.lan.Awfulhak.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 16:04:35 -0000 On Tue, 5 Oct 2004 13:03:08 +0000 (UTC), Ruslan Ermilov 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 Don't _EVER_ lose your sense of humour !