1995-02-09 21:25:02 +00:00
|
|
|
*** Makefile.orig Mon Jan 30 21:51:43 1995
|
1995-10-10 16:26:16 +00:00
|
|
|
--- Makefile Tue Oct 10 19:15:46 1995
|
1994-11-01 01:46:09 +00:00
|
|
|
***************
|
|
|
|
*** 46,52 ****
|
|
|
|
#REAL_DAEMON_DIR=/usr/sbin
|
|
|
|
#
|
|
|
|
# BSD 4.4
|
|
|
|
! #REAL_DAEMON_DIR=/usr/libexec
|
|
|
|
#
|
|
|
|
# HP-UX SCO
|
|
|
|
#REAL_DAEMON_DIR=/etc
|
1995-02-09 21:25:02 +00:00
|
|
|
--- 46,52 ----
|
1994-11-01 01:46:09 +00:00
|
|
|
#REAL_DAEMON_DIR=/usr/sbin
|
|
|
|
#
|
|
|
|
# BSD 4.4
|
|
|
|
! REAL_DAEMON_DIR=/usr/libexec
|
|
|
|
#
|
|
|
|
# HP-UX SCO
|
|
|
|
#REAL_DAEMON_DIR=/etc
|
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 317,323 ****
|
1995-01-10 00:08:09 +00:00
|
|
|
# the ones provided with this source distribution. The environ.c module
|
|
|
|
# implements setenv(), getenv(), and putenv().
|
|
|
|
|
|
|
|
! AUX_OBJ= setenv.o
|
|
|
|
#AUX_OBJ= environ.o
|
|
|
|
#AUX_OBJ= environ.o strcasecmp.o
|
|
|
|
|
|
|
|
--- 317,323 ----
|
|
|
|
# the ones provided with this source distribution. The environ.c module
|
|
|
|
# implements setenv(), getenv(), and putenv().
|
|
|
|
|
|
|
|
! #AUX_OBJ= setenv.o
|
|
|
|
#AUX_OBJ= environ.o
|
|
|
|
#AUX_OBJ= environ.o strcasecmp.o
|
|
|
|
|
1994-11-01 01:46:09 +00:00
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 374,380 ****
|
1995-01-10 00:08:09 +00:00
|
|
|
# host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work
|
|
|
|
# around this. The workaround does no harm on other Solaris versions.
|
1994-11-01 01:46:09 +00:00
|
|
|
|
|
|
|
! BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS
|
|
|
|
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG
|
1995-01-10 00:08:09 +00:00
|
|
|
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG
|
1994-11-01 01:46:09 +00:00
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
--- 374,380 ----
|
|
|
|
# host name aliases. Compile with -DSOLARIS_24_GETHOSTBYNAME_BUG to work
|
|
|
|
# around this. The workaround does no harm on other Solaris versions.
|
1994-11-01 01:46:09 +00:00
|
|
|
|
|
|
|
! #BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS
|
|
|
|
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DINET_ADDR_BUG
|
1995-01-10 00:08:09 +00:00
|
|
|
#BUGS = -DGETPEERNAME_BUG -DBROKEN_FGETS -DSOLARIS_24_GETHOSTBYNAME_BUG
|
|
|
|
|
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 392,398 ****
|
1995-01-10 00:08:09 +00:00
|
|
|
# If your system supports vsyslog(), comment out the following definition.
|
|
|
|
# If in doubt leave it in, it won't harm.
|
|
|
|
|
|
|
|
! VSYSLOG = -Dvsyslog=myvsyslog
|
|
|
|
|
|
|
|
# End of the system dependencies.
|
|
|
|
#################################
|
|
|
|
--- 392,398 ----
|
|
|
|
# If your system supports vsyslog(), comment out the following definition.
|
|
|
|
# If in doubt leave it in, it won't harm.
|
|
|
|
|
|
|
|
! #VSYSLOG = -Dvsyslog=myvsyslog
|
1994-11-01 01:46:09 +00:00
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
# End of the system dependencies.
|
|
|
|
#################################
|
1994-11-01 01:46:09 +00:00
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 411,417 ****
|
1995-01-10 00:08:09 +00:00
|
|
|
# Uncomment the next definition to turn on the language extensions
|
|
|
|
# (examples: allow, deny, banners, twist and spawn).
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
! #STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Optional: Changing the default disposition of logfile records
|
1995-01-10 00:08:09 +00:00
|
|
|
--- 411,417 ----
|
|
|
|
# Uncomment the next definition to turn on the language extensions
|
|
|
|
# (examples: allow, deny, banners, twist and spawn).
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
! STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
# Optional: Changing the default disposition of logfile records
|
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 434,440 ****
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
# The LOG_XXX names below are taken from the /usr/include/syslog.h file.
|
|
|
|
|
|
|
|
! FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
|
|
|
|
|
|
|
|
# The syslog priority at which successful connections are logged.
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
--- 434,441 ----
|
1994-11-01 01:46:09 +00:00
|
|
|
#
|
|
|
|
# The LOG_XXX names below are taken from the /usr/include/syslog.h file.
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
! #FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
|
|
|
|
! FACILITY= LOG_AUTH
|
1994-11-01 01:46:09 +00:00
|
|
|
|
|
|
|
# The syslog priority at which successful connections are logged.
|
|
|
|
|
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 509,515 ****
|
1994-11-01 01:46:09 +00:00
|
|
|
# look for access control information. Watch out for the quotes and
|
|
|
|
# backslashes when you make changes.
|
|
|
|
|
|
|
|
! TABLES = -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
####################################################
|
|
|
|
# Optional: dealing with host name/address conflicts
|
|
|
|
--- 510,516 ----
|
1994-11-01 01:46:09 +00:00
|
|
|
# look for access control information. Watch out for the quotes and
|
|
|
|
# backslashes when you make changes.
|
|
|
|
|
|
|
|
! TABLES = -DHOSTS_DENY=\"${PREFIX}/etc/hosts.deny\" -DHOSTS_ALLOW=\"${PREFIX}/etc/hosts.allow\"
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
####################################################
|
|
|
|
# Optional: dealing with host name/address conflicts
|
1994-11-01 01:46:09 +00:00
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 529,535 ****
|
|
|
|
# Paranoid mode implies hostname lookup. In order to disable hostname
|
|
|
|
# lookups altogether, see the next section.
|
1994-11-01 01:46:09 +00:00
|
|
|
|
|
|
|
! PARANOID= -DPARANOID
|
|
|
|
|
1995-02-09 21:25:02 +00:00
|
|
|
########################################
|
|
|
|
# Optional: turning off hostname lookups
|
|
|
|
--- 530,536 ----
|
|
|
|
# Paranoid mode implies hostname lookup. In order to disable hostname
|
|
|
|
# lookups altogether, see the next section.
|
1994-11-01 01:46:09 +00:00
|
|
|
|
|
|
|
! #PARANOID= -DPARANOID
|
|
|
|
|
1995-02-09 21:25:02 +00:00
|
|
|
########################################
|
|
|
|
# Optional: turning off hostname lookups
|
1994-11-01 01:46:09 +00:00
|
|
|
***************
|
1995-02-09 21:25:02 +00:00
|
|
|
*** 605,610 ****
|
1995-10-10 16:26:16 +00:00
|
|
|
--- 606,626 ----
|
1994-11-01 01:46:09 +00:00
|
|
|
LIB = libwrap.a
|
|
|
|
|
1995-01-10 00:08:09 +00:00
|
|
|
all other: config-check tcpd tcpdmatch try-from safe_finger tcpdchk
|
1994-11-01 01:46:09 +00:00
|
|
|
+
|
|
|
|
+ install:
|
1995-10-10 16:26:16 +00:00
|
|
|
+ install -o bin -g bin -c tcpd.h ${PREFIX}/include/tcpd.h
|
|
|
|
+ install -o bin -g bin -c libwrap.a ${PREFIX}/lib/libwrap.a
|
|
|
|
+ install -o bin -g bin -cs tcpd ${PREFIX}/libexec/tcpd
|
|
|
|
+ install -o bin -g bin -cs tcpdchk ${PREFIX}/sbin/tcpdchk
|
|
|
|
+ install -o bin -g bin -cs tcpdmatch ${PREFIX}/sbin/tcpdmatch
|
|
|
|
+ install -o bin -g bin -cs safe_finger ${PREFIX}/bin/safe_finger
|
|
|
|
+ install -o bin -g bin -c tcpd.8 ${PREFIX}/man/man8/tcpd.8
|
|
|
|
+ install -o bin -g bin -c tcpdchk.8 ${PREFIX}/man/man8/tcpdchk.8
|
|
|
|
+ install -o bin -g bin -c tcpdmatch.8 ${PREFIX}/man/man8/tcpdmatch.8
|
|
|
|
+ install -o bin -g bin -c hosts_access.3 ${PREFIX}/man/man3/hosts_access.3
|
|
|
|
+ install -o bin -g bin -c hosts_access.5 ${PREFIX}/man/man5/hosts_access.5
|
|
|
|
+ install -o bin -g bin -c hosts_options.5 ${PREFIX}/man/man5/hosts_options.5
|
1995-01-10 00:08:09 +00:00
|
|
|
+
|
|
|
|
|
|
|
|
# Invalidate all object files when the compiler options (CFLAGS) have changed.
|
1994-11-01 01:46:09 +00:00
|
|
|
|