initial checkin of new hdw-linux development cvs repository
[hdw-linux/hdw-linux.git] / packages / security / tcp_wrappers / config.patch
1 --- ./Makefile.orig     Fri Mar 21 19:27:21 1997
2 +++ ./Makefile  Fri Apr 23 11:02:43 1999
3 @@ -44,7 +44,7 @@
4  #REAL_DAEMON_DIR=/usr/etc
5  #
6  # SysV.4 Solaris 2.x OSF AIX
7 -#REAL_DAEMON_DIR=/usr/sbin
8 +REAL_DAEMON_DIR=/usr/sbin
9  #
10  # BSD 4.4
11  #REAL_DAEMON_DIR=/usr/libexec
12 @@ -144,7 +144,7 @@
13  linux:
14         @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
15         LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ=setenv.o \
16 -       NETGROUP= TLI= EXTRA_CFLAGS="-DBROKEN_SO_LINGER" all
17 +       NETGROUP= TLI= EXTRA_CFLAGS="-DSYS_ERRLIST_DEFINED -DBROKEN_SO_LINGER" all
18  
19  # This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x.
20  hpux hpux8 hpux9 hpux10:
21 @@ -491,7 +491,7 @@
22  # Uncomment the next definition to turn on the language extensions
23  # (examples: allow, deny, banners, twist and spawn).
24  # 
25 -#STYLE = -DPROCESS_OPTIONS     # Enable language extensions.
26 +STYLE  = -DPROCESS_OPTIONS     # Enable language extensions.
27  
28  ################################################################
29  # Optional: Changing the default disposition of logfile records
30 @@ -514,7 +514,7 @@
31  #
32  # The LOG_XXX names below are taken from the /usr/include/syslog.h file.
33  
34 -FACILITY= LOG_MAIL     # LOG_MAIL is what most sendmail daemons use
35 +FACILITY= LOG_AUTHPRIV # LOG_MAIL is what most sendmail daemons use
36  
37  # The syslog priority at which successful connections are logged.
38  
39 @@ -531,7 +531,7 @@
40  # and with Solaris < 2.4. APPEND_DOT will not work with hostnames taken
41  # from /etc/hosts or from NIS maps. It does work with DNS through NIS.
42  #
43 -# DOT= -DAPPEND_DOT
44 +DOT= -DAPPEND_DOT
45  
46  ##################################################
47  # Optional: Always attempt remote username lookups
48 @@ -610,7 +610,7 @@
49  # Paranoid mode implies hostname lookup. In order to disable hostname
50  # lookups altogether, see the next section.
51  
52 -PARANOID= -DPARANOID
53 +PARANOID= #-DPARANOID
54  
55  ########################################
56  # Optional: turning off hostname lookups
57 @@ -623,7 +623,7 @@
58  # In order to perform selective hostname lookups, disable paranoid
59  # mode (see previous section) and comment out the following definition.
60  
61 -HOSTNAME= -DALWAYS_HOSTNAME
62 +HOSTNAME= #-DALWAYS_HOSTNAME
63  
64  #############################################
65  # Optional: Turning on host ADDRESS checking