Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/dist/bind/include Pull up revisions 1.2-1.3 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/d59fed70a751
branches:  netbsd-1-4
changeset: 471248:d59fed70a751
user:      he <he%NetBSD.org@localhost>
date:      Sun Jan 28 17:09:42 2001 +0000

description:
Pull up revisions 1.2-1.3 (requested by itojun):
  Upgrade to BIND version 8.2.3.

diffstat:

 dist/bind/include/port_after.h |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r a3bc3ccb2248 -r d59fed70a751 dist/bind/include/port_after.h
--- a/dist/bind/include/port_after.h    Sun Jan 28 17:09:39 2001 +0000
+++ b/dist/bind/include/port_after.h    Sun Jan 28 17:09:42 2001 +0000
@@ -1,8 +1,7 @@
-/*     $NetBSD: port_after.h,v 1.1.1.1.2.2 1999/12/04 17:08:36 he Exp $        */
+/*     $NetBSD: port_after.h,v 1.1.1.1.2.3 2001/01/28 17:09:42 he Exp $        */
 
 #ifndef        PORT_AFTER_H
 #define        PORT_AFTER_H
-#define CAN_RECONNECT
 #define USE_POSIX
 #define POSIX_SIGNALS
 #define USE_UTIME
@@ -14,7 +13,7 @@
 #define SETPWENT_VOID
 #define HAVE_SA_LEN
 #define HAVE_MINIMUM_IFREQ
-#define USE_LOG_CONS
+#undef USE_LOG_CONS
 #define RLIMIT_TYPE rlim_t
 #define RLIMIT_LONGLONG
 #define RLIMIT_FILE_INFINITY
@@ -77,4 +76,8 @@
        u_int32_t       sin6_scope_id;  /* set of interfaces for a scope */
 };
 #endif /* HAS_INET6_STRUCTS */
+#ifndef ISC_FACILITY
+#define ISC_FACILITY LOG_DAEMON
+#endif
+
 #endif /* ! PORT_AFTER_H */



Home | Main Index | Thread Index | Old Index