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 [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

