diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 03:02:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 03:02:00 +0000 |
commit | 35774151d0bad5359ed9079f11bcaaba1dcfa6ac (patch) | |
tree | 4ef9ba77e47f6ad049bcb844ea0f7f002fe877b4 /security | |
parent | 36fa428c71a06d9378d28634c0036a2602f9724b (diff) |
Back out last change by ache, which torstenb and pst say shouldn't be
the default.
Submitted by: torstenb, pst
Notes
Notes:
svn path=/head/; revision=1768
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index b20256de68d1..7f0a07aa39b2 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -104,23 +104,6 @@ # 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. |