blob: c8e761fe9562688d7b81907b3673a64266899112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
$NetBSD: patch-aa,v 1.1.1.1 2008/03/07 23:40:06 reed Exp $
--- Makefile.orig 1996-05-31 06:50:40.000000000 -0700
+++ Makefile
@@ -8,7 +8,7 @@
# if you disagree. See `man 3 syslog' for examples. Some syslog versions
# do not provide this flexibility.
#
-FACILITY=LOG_MAIL
+FACILITY=LOG_AUTH
# To disable host access control, comment out the following macro definition.
# Note: host access control requires the strtok() and strchr() routines.
@@ -36,7 +36,7 @@ CHECK_PORT = -DCHECK_PORT
# With verbose logging on, HP-UX 9.x and AIX 4.1 leave zombies behind when
# SIGCHLD is not ignored. Enable next macro for a fix.
#
-# ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
+ZOMBIES = -DIGNORE_SIGCHLD # AIX 4.x, HP-UX 9.x
# Uncomment the following macro if your system does not have u_long.
#
@@ -46,11 +46,11 @@ CHECK_PORT = -DCHECK_PORT
# libwrap.a object library. WRAP_DIR should specify the directory with
# that library.
-WRAP_DIR= ../tcp_wrappers
+#WRAP_DIR= ../tcp_wrappers
# Auxiliary object files that may be missing from your C library.
#
-AUX = daemon.o strerror.o
+AUX = daemon.o
# NEXTSTEP is a little different. The following seems to work with NS 3.2
#
|