diff options
author | ache <ache@FreeBSD.org> | 1995-05-16 17:36:27 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-16 17:36:27 +0800 |
commit | 155b02e25744d02396309497bf4d4f352792c280 (patch) | |
tree | bd3d15f0acf12f5970d0abeef685c19572700d8b /security/tcp_wrapper | |
parent | 01741858f698b66d3a79e96f48b067d93aa5ef86 (diff) | |
download | freebsd-ports-graphics-155b02e25744d02396309497bf4d4f352792c280.tar.gz freebsd-ports-graphics-155b02e25744d02396309497bf4d4f352792c280.tar.zst freebsd-ports-graphics-155b02e25744d02396309497bf4d4f352792c280.zip |
Enable call of remote pindentd
Diffstat (limited to 'security/tcp_wrapper')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index 27efd62f55f..b20256de68d 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -1,5 +1,5 @@ *** Makefile.orig Mon Jan 30 21:51:43 1995 ---- Makefile Fri Feb 10 00:11:43 1995 +--- Makefile Tue May 16 13:30:07 1995 *************** *** 46,52 **** #REAL_DAEMON_DIR=/usr/sbin @@ -104,6 +104,23 @@ # The syslog priority at which successful connections are logged. *************** +*** 470,476 **** + # still do selective username lookups as documented in the hosts_access.5 + # and hosts_options.5 manual pages (`nroff -man' format). + # +! #AUTH = -DALWAYS_RFC931 + # + # The default username lookup timeout is 10 seconds. This may not be long + # enough for slow hosts or networks, but is enough to irritate PC users. +--- 471,477 ---- + # still do selective username lookups as documented in the hosts_access.5 + # and hosts_options.5 manual pages (`nroff -man' format). + # +! AUTH = -DALWAYS_RFC931 + # + # The default username lookup timeout is 10 seconds. This may not be long + # enough for slow hosts or networks, but is enough to irritate PC users. +*************** *** 509,515 **** # look for access control information. Watch out for the quotes and # backslashes when you make changes. |