Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/bind/include #undef USE_LOG_CONS, to prevent openlog() ...
details: https://anonhg.NetBSD.org/src/rev/1462e35f0266
branches: trunk
changeset: 502056:1462e35f0266
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Jan 11 02:39:43 2001 +0000
description:
#undef USE_LOG_CONS, to prevent openlog() being called with LOG_CONS.
there's no real justification for most programs to spam /dev/console just
because syslog can't talk to syslogd isn't available, especially chatty
programs such as bind. (init, shutdown, reboot are probably exceptions here)
diffstat:
dist/bind/include/port_after.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b283ac8f212f -r 1462e35f0266 dist/bind/include/port_after.h
--- a/dist/bind/include/port_after.h Thu Jan 11 01:56:21 2001 +0000
+++ b/dist/bind/include/port_after.h Thu Jan 11 02:39:43 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: port_after.h,v 1.1.1.1 1999/11/20 18:54:03 veego Exp $ */
+/* $NetBSD: port_after.h,v 1.2 2001/01/11 02:39:43 lukem Exp $ */
#ifndef PORT_AFTER_H
#define PORT_AFTER_H
@@ -14,7 +14,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
Home |
Main Index |
Thread Index |
Old Index