1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../tcp_wrappers/config.patch
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6 # Copyright (C) 1998 - 2003 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
16 # --- T2-COPYRIGHT-NOTE-END ---
18 --- ./Makefile.orig Fri Mar 21 19:27:21 1997
19 +++ ./Makefile Fri Apr 23 11:02:43 1999
21 #REAL_DAEMON_DIR=/usr/etc
23 # SysV.4 Solaris 2.x OSF AIX
24 -#REAL_DAEMON_DIR=/usr/sbin
25 +REAL_DAEMON_DIR=/usr/sbin
28 #REAL_DAEMON_DIR=/usr/libexec
30 # Uncomment the next definition to turn on the language extensions
31 # (examples: allow, deny, banners, twist and spawn).
33 -#STYLE = -DPROCESS_OPTIONS # Enable language extensions.
34 +STYLE = -DPROCESS_OPTIONS # Enable language extensions.
36 ################################################################
37 # Optional: Changing the default disposition of logfile records
40 # The LOG_XXX names below are taken from the /usr/include/syslog.h file.
42 -FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
43 +FACILITY= LOG_AUTHPRIV # LOG_MAIL is what most sendmail daemons use
45 # The syslog priority at which successful connections are logged.
48 # and with Solaris < 2.4. APPEND_DOT will not work with hostnames taken
49 # from /etc/hosts or from NIS maps. It does work with DNS through NIS.
54 ##################################################
55 # Optional: Always attempt remote username lookups
57 # Paranoid mode implies hostname lookup. In order to disable hostname
58 # lookups altogether, see the next section.
61 +PARANOID= #-DPARANOID
63 ########################################
64 # Optional: turning off hostname lookups
66 # In order to perform selective hostname lookups, disable paranoid
67 # mode (see previous section) and comment out the following definition.
69 -HOSTNAME= -DALWAYS_HOSTNAME
70 +HOSTNAME= #-DALWAYS_HOSTNAME
72 #############################################
73 # Optional: Turning on host ADDRESS checking