Peter Wemm
97d92980a9
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
Peter Wemm
9945598607
bsd.dep.mk doesn't know about -idirafter, and doesn't parse -I the
...
same way that gcc does.
1998-06-11 10:42:58 +00:00
Peter Wemm
d5431fa51e
Activate libbind
1998-06-11 09:17:58 +00:00
Peter Wemm
3ae1582636
libbind.a and associated makefile goo is only used for named and named-xfer
...
now for the isc library.
1998-06-11 09:16:28 +00:00
Bruce Evans
68a5c45fb2
Simplified using new yacc rules. This will fix bugs when we stop picking
...
up a possibly stale version of ns_parser.h from contrib/bind.
1998-06-04 07:25:52 +00:00
Bruce Evans
d15d315c11
Use foo/bar.a' instead of
-Lfoo -lbar' for linking to static internal
...
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'.
1998-05-06 13:23:39 +00:00
Peter Wemm
eb5a057406
Put named-bootconf (the script to convert named.boot to named.conf) in
...
/usr/sbin rather than in /etc/namedb (make install isn't supposed to touch
/etc)
1998-05-03 05:25:09 +00:00
Peter Wemm
e730bbed7e
Update for named v8
1998-05-03 05:09:13 +00:00
Peter Wemm
e4de7e7917
Don't override BINOWN and BINGRP by setting them to "bin". Use the
...
system defaults (BINOWN is often root as a security precaution).
1997-05-17 11:53:03 +00:00
Peter Wemm
476602a9d0
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Peter Wemm
6c9cfdd2f1
Remove dmalloc here too.
1997-01-01 09:30:13 +00:00
Jordan K. Hubbard
95183e1c42
Include ns_udp.c here too.
1997-01-01 05:17:23 +00:00
Andrey A. Chernov
e11ba3694e
Use LC_TIME=C instead of LC_TIME=
1996-11-26 03:31:26 +00:00
Bruce Evans
680b396b51
Removed unused `-I.'s from CFLAGS.
...
"." 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}'.
1996-09-04 22:25:35 +00:00
Andrey A. Chernov
0fc122088b
Unlocalize date
1996-09-01 00:48:29 +00:00
Peter Wemm
22ac97e25c
Delete temporary man page rules
1996-08-30 03:01:34 +00:00
Peter Wemm
0be1da2627
Revert back to building bind-4.9.4-P1 in seperate directories...
1996-08-29 21:38:16 +00:00
Wolfram Schneider
3ba74234ae
delete /usr/ucb from PATH
1996-03-12 21:46:08 +00:00
Mike Pritchard
78b0b234eb
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
Garrett Wollman
0761cb293e
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
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).
1996-02-06 20:36:15 +00:00
Peter Wemm
a58206b6ea
Merge in 4.9.3-P1 changes and bump version number.
...
(Patch1 only affects named and BSD/OS makefiles that we dont use)
1996-01-22 05:55:52 +00:00
Peter Wemm
b65097552f
This commit was generated by cvs2svn to compensate for changes in r13553,
...
which included commits to RCS files with non-trunk default branches.
1996-01-22 04:55:42 +00:00
Peter Wemm
ebcbc731ab
Import named-4.9.3-patch1
...
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.
1996-01-22 04:55:42 +00:00
Peter Wemm
34d59b1442
Round 1 of the conflict merge. It now compiles..
1996-01-07 05:48:49 +00:00
Peter Wemm
36c86aa181
At last.. :-) Import of bind-4.9.3-REL. (part 1 of several)
1996-01-07 05:22:00 +00:00
Peter Wemm
e65f6bafb8
This commit was generated by cvs2svn to compensate for changes in r13298,
...
which included commits to RCS files with non-trunk default branches.
1996-01-07 05:22:00 +00:00
Peter Wemm
5f30a3e6fb
Minimal changes to get named to use libutil's setproctitle()...
...
The old code is still there with #ifdef OLD_SETPROCTITLE
1996-01-01 08:44:53 +00:00
Peter Wemm
a5b996a7ec
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
Andrey A. Chernov
4aa17bf7c8
Reset LC_TIME only and add missing export
1995-10-23 20:33:13 +00:00
Peter Wemm
820a9e2403
Fold in conflict related changes after beta26 merge.
...
Also, update the man pages - they were very old and out of date.
1995-10-23 11:11:58 +00:00
Peter Wemm
bb9011d0b7
Import BIND-4.9.3-beta26, replacing the older beta24.
...
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>
1995-10-23 09:59:18 +00:00
Andrey A. Chernov
3b98e6afc6
Oops. Change LC_CTYPE to LC_TIME...
1995-10-20 20:32:26 +00:00
Andrey A. Chernov
ae29078d97
Change unknown IOT to known ABRT (signal names)
1995-09-27 20:13:28 +00:00
Andrey A. Chernov
7da123bf7c
Reset LANG and LC_CTYPE to not use national date representation
1995-09-27 19:39:22 +00:00
Andrey A. Chernov
3a8d54d21e
Reset LANG & LC_CTYPE, or national date representation will be used
...
in binary/logs.
1995-09-27 19:36:33 +00:00
Peter Wemm
0c4276b066
missing \ causes -DDEBUG compile failure..
...
closes PR 696
Submitted by: me@freebsd.org
1995-09-23 17:32:30 +00:00
Peter Wemm
781063905f
Sigh.. The patches to make ndc read /etc/sysconfig to find the correct
...
arguments to named got lost somewhere..
1995-08-21 03:21:38 +00:00
Peter Wemm
4f33dfabd5
Import the missing man page for the new command "ndc" to finish the
...
import of 4.9.3. This man page was produced by sed from the real version
before import, but I didn't have much choice.. This is needed to enable
the ndc target to complete a "make install"
1995-08-20 23:00:31 +00:00
Peter Wemm
ec422cab2c
This commit was generated by cvs2svn to compensate for changes in r10145,
...
which included commits to RCS files with non-trunk default branches.
1995-08-20 23:00:31 +00:00
Peter Wemm
d3fb489402
Update bind 4.9.3-beta9p1 to bind 4.9.3-beta24
1995-08-20 21:49:40 +00:00
Peter Wemm
fb48e70c05
Update 4.9.3.beta9p1 -> 4.9.3-beta24
1995-08-20 21:46:36 +00:00
Peter Wemm
6b32ec19e9
Update 4.9.3.b9p1 tools to 4.9.3.b24
...
Note: new program, "ndc", similar to gated's gdc. This provides a superset
of named.reload and named.restart.
1995-08-20 21:43:53 +00:00
Peter Wemm
cdfd15f0e4
Update 4.9.3.beta9p1 -> 4.9.3-beta24
1995-08-20 21:32:49 +00:00
Peter Wemm
f6dd8ec266
This commit was generated by cvs2svn to compensate for changes in r10137,
...
which included commits to RCS files with non-trunk default branches.
1995-08-20 21:32:49 +00:00
Peter Wemm
ac8318a368
Merge in delta from 4.9.3.b9 -> 4.9.3.b24.
...
Much of the "-j" merge was clean, except for $Id$ and other trivial changes.
1995-08-20 21:19:18 +00:00
Peter Wemm
935d0975b6
Import of Bind-4.9.3-beta24
...
Yes, there will be conflicts on just about every file. There is a
significant mainline after the initial import, and the "-j" merge conflicts
on the $Id$ lines... Yuck! (These comments apply to the rest of the
imports)
Obtained from: Paul Vixie <paul@vix.com>
1995-08-20 20:55:55 +00:00
Peter Wemm
548ca616c8
This commit was generated by cvs2svn to compensate for changes in r10134,
...
which included commits to RCS files with non-trunk default branches.
1995-08-20 20:55:55 +00:00
Bruce Evans
9c0dc173cc
Change install' to
${INSTALL}' so that default install flags can be
...
specified in the top level Makefiles.
1995-07-25 00:37:58 +00:00
Rodney W. Grimes
709e8f9ae1
Remove trailing whitespace.
1995-05-30 03:57:47 +00:00