Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 13:57:33 +0200
From:      Bernd Walter <ticso@cicely5.cicely.de>
To:        Martin Blapp <mb@imp.ch>
Cc:        dougb@FreeBSD.ORG, hackers@FreeBSD.ORG
Subject:   Re: Wrong paths for named-xfer (STABLE/CURRENT)
Message-ID:  <20020813115732.GP55760@cicely5.cicely.de>
In-Reply-To: <20020813130926.O4313-100000@levais.imp.ch>
References:  <20020813130926.O4313-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 13, 2002 at 01:15:56PM +0200, Martin Blapp wrote:
> 
> Hi,
> 
> We noted that named-xfer does not work in STABLE and CURRENT.
> Named does look for it in /usr/local/libexec than in /usr/libexec.
> 
> But named-xfer gets installed into /usr/libexec.
> 
> I guess the paths are just plain wrong here in the Makefile.
> 
> I made a patch:
> 
> --- contrib/bind/bin/named/Makefile.orig	Tue Aug 13 13:05:29 2002
> +++ contrib/bind/bin/named/Makefile	Tue Aug 13 13:05:32 2002
> @@ -33,9 +33,9 @@
>  EXE=
>  YACC = yacc -d
>  SYSLIBS = -ll -lutil
> -DESTBIN = /usr/local/bin
> -DESTSBIN = /usr/local/sbin
> -DESTEXEC = /usr/local/libexec
> +DESTBIN = /usr/bin
> +DESTSBIN = /usr/sbin
> +DESTEXEC = /usr/libexec
>  DESTMAN = /usr/share/man
>  DESTHELP= /usr/share/misc
>  DESTETC= /etc
> 
> We don't install named into /usr/local, do we ?

We don't use Makesfile inside src/contrib.
See src/usr/sbin/named/Makefile.inc where the values are correct.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020813115732.GP55760>