| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed by: ru
|
|
|
|
|
| |
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
|
| |
|
|
|
|
|
|
| |
LDADD is not wrong, but the simple substitution in `make checkdpadd'
doesn't work if foo.a is not an installed library, so we use the full
path to foo.a in both DPADD and LDADD for non-installed libraries.
|
| |
|
| |
|
|
|
|
| |
Submitted by: jhay
|
|
|
|
| |
add support for DESTDIR.
|
|
|
|
|
|
| |
rendering of the man pages (turns some sequences of two blank lines
into a single blank line), and eliminates 306 errors generated while
formatting named.conf.5 .
|
|
|
|
| |
This commit unbreak 'make depend'
|
|
|
|
| |
Stolen from: NetBSD
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for glue records and forces the glue record to be reloaded from the real NS.
The 5% ttl reduction can cause the glue IN A to timeout before the NS
record in certain situations, such as when the domain owner does not match
up NS records with the NIC. This behavior by domain owners is becoming
more common as primary zone serving iterates through another glue level
(i.e. exodus hosts the master NS's but the customer then redirects the
NS's to the real DNS servers). The result is that named would appear to
work properly for about 40 minutes, and then unexpectedly fail for that
zone. This causes named to behave very inconsistently and a google search
shows that it has obviously frustrated many, many people. So until the bind
guys make named behave consistently (either fail instantly or accomodate the
case), we need to set this option to accomodate the case. The result
will be much more consistent behavior and fewer head-scratching failures.
MFC after: 3 days
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
|
|
|
| |
LC_ALL takes precedence over other LC_* envariables.
|
|
|
|
| |
BIND 4 was the thing of the day.
|
|
|
|
|
|
|
|
|
| |
now depends. This keeps named the same as before the import, that is: only
linking against libc dynamically, at a little space increase, which might
be due to the source code changes anyway. Very neglectable space
difference.
Some people might dub it a hack. It will do for now at least.
|
|
|
|
|
|
|
| |
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated
files as the new cpp does not look in the ultimate source file
(ie, the .y file)'s directory as told by the "#line" directive. Some were
misspellings of "-I${.CURDIR}" as "-I.".
|
|
|
|
|
|
|
|
|
| |
contrib/bind/doc/{html,misc} as /usr/share/doc/bind/{html,misc}
Install additional manpages:
. named.conf.5
. nsupdate.8
. named-bootconf.8
|
| |
|
|
|
|
| |
Makefiles.
|
|
|
|
|
| |
includes the slower IRS getpwent() and friends, but that's better than
nothing.
|
| |
|
|
|
|
| |
same way that gcc does.
|
| |
|
|
|
|
| |
now for the isc library.
|
|
|
|
| |
up a possibly stale version of ns_parser.h from contrib/bind.
|
|
|
|
|
|
|
|
|
| |
libraries, so that `ld -f' in can create correct dependencies for
yet-to-be-built libraries.
Use `DIR!= cd ...libbind; make -V .OBJDIR' to find libbind's object dir
if it doesn't seem to be in its usual place relative to ${.OBJDIR}.
This fixes `cd /usr/src/usr.sbin/nslookup; mkdir obj; make'.
|
|
|
|
|
| |
/usr/sbin rather than in /etc/namedb (make install isn't supposed to touch
/etc)
|
| |
|
|
|
|
| |
system defaults (BINOWN is often root as a security precaution).
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory. It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
|
|
|
|
|
| |
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
|
|
|
|
| |
(Patch1 only affects named and BSD/OS makefiles that we dont use)
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| | |
This is a small fix, as a result of talking to Ultrix Hesiod-enabled
named's. Apparently there are some buffer overruns causing data
mangling.
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There are some important bugfixes here, but nothing earth-shattering.
In particular, the Lame Delegation detection is massively sped up, meaning
that a lame server can be given up on in a few seconds, rather than taking
75 seconds. This will be a big win for large mailing list machines,
eg: freefall.
Note: this is a remote cvs import... Backups have been made.. :-)
Obtained from: Paul Vixie <paul@vix.com>
|