]> git.pld-linux.org Git - packages/tcp_wrappers.git/blame - tcp_wrappers-man_fixes.patch
- rediffed
[packages/tcp_wrappers.git] / tcp_wrappers-man_fixes.patch
CommitLineData
481428d8 1diff -u tcp_wrappers_7.6/hosts_access.3 tcp_wrappers_7.6.new/hosts_access.3
2--- tcp_wrappers_7.6/hosts_access.3 Sun Feb 11 17:01:27 1996
3+++ tcp_wrappers_7.6.new/hosts_access.3 Mon Feb 18 21:45:28 2002
d8818d32 4@@ -78,7 +78,7 @@
5 hosts_access(5), format of the access control tables.
6 hosts_options(5), optional extensions to the base language.
7 .SH FILES
481428d8 8-/etc/hosts.allow, /etc/hosts.deny, access control tables.
9+/etc/tcpd/hosts.allow, /etc/tcpd/hosts.deny, access control tables.
d8818d32 10 .SH BUGS
11 hosts_access() uses the strtok() library function. This may interfere
12 with other code that relies on strtok().
481428d8 13diff -u tcp_wrappers_7.6/hosts_access.5 tcp_wrappers_7.6.new/hosts_access.5
14--- tcp_wrappers_7.6/hosts_access.5 Mon Feb 18 21:47:11 2002
15+++ tcp_wrappers_7.6.new/hosts_access.5 Mon Feb 18 21:46:40 2002
d8818d32 16@@ -21,10 +21,10 @@
17 at the first match:
18 .IP \(bu
19 Access will be granted when a (daemon,client) pair matches an entry in
481428d8 20-the \fI/etc/hosts.allow\fR file.
21+the \fI/etc/tcpd/hosts.allow\fR file.
d8818d32 22 .IP \(bu
23 Otherwise, access will be denied when a (daemon,client) pair matches an
481428d8 24-entry in the \fI/etc/hosts.deny\fR file.
25+entry in the \fI/etc/tcpd/hosts.deny\fR file.
d8818d32 26 .IP \(bu
27 Otherwise, access will be granted.
28 .PP
29@@ -285,7 +285,7 @@
30 file:
31 .PP
32 .ne 2
481428d8 33-/etc/hosts.deny:
34+/etc/tcpd/hosts.deny:
d8818d32 35 .in +3
36 ALL: ALL
37 .PP
38@@ -296,7 +296,7 @@
39 For example:
40 .PP
41 .ne 2
481428d8 42-/etc/hosts.allow:
43+/etc/tcpd/hosts.allow:
d8818d32 44 .in +3
45 ALL: LOCAL @some_netgroup
46 .br
47@@ -315,7 +315,7 @@
48 that it can be omitted. The explicitly non-authorized hosts are listed
49 in the deny file. For example:
50 .PP
481428d8 51-/etc/hosts.deny:
52+/etc/tcpd/hosts.deny:
d8818d32 53 .in +3
54 ALL: some.host.name, .some.domain
55 .br
8223bd8f 56@@ -330,16 +330,16 @@
d8818d32 57 host. The result is mailed to the superuser.
58 .PP
59 .ne 2
481428d8 60-/etc/hosts.allow:
61+/etc/tcpd/hosts.allow:
d8818d32 62 .in +3
63 .nf
64 in.tftpd: LOCAL, .my.domain
65 .PP
66 .ne 2
481428d8 67-/etc/hosts.deny:
68+/etc/tcpd/hosts.deny:
d8818d32 69 .in +3
70 .nf
8223bd8f
JR
71-in.tftpd: ALL: (/some/where/safe_finger -l @%h | \\
72+in.tftpd: ALL: spawn (/some/where/safe_finger -l @%h | \\
73 /usr/ucb/mail -s %d-%h root) &
74 .fi
75 .PP
d8818d32 76@@ -370,8 +370,8 @@
77 .SH FILES
78 .na
79 .nf
481428d8 80-/etc/hosts.allow, (daemon,client) pairs that are granted access.
81-/etc/hosts.deny, (daemon,client) pairs that are denied access.
82+/etc/tcpd/hosts.allow, (daemon,client) pairs that are granted access.
83+/etc/tcpd/hosts.deny, (daemon,client) pairs that are denied access.
d8818d32 84 .ad
85 .fi
86 .SH SEE ALSO
481428d8 87diff -u tcp_wrappers_7.6/tcpd.8 tcp_wrappers_7.6.new/tcpd.8
88--- tcp_wrappers_7.6/tcpd.8 Wed Feb 21 16:39:16 1996
89+++ tcp_wrappers_7.6.new/tcpd.8 Mon Feb 18 21:46:29 2002
d8818d32 90@@ -31,7 +31,7 @@
91 especially when logfile information from several hosts is merged.
92 .PP
93 In order to find out where your logs are going, examine the syslog
481428d8 94-configuration file, usually /etc/syslog.conf.
95+configuration file, usually /etc/tcpd/syslog.conf.
d8818d32 96 .SH ACCESS CONTROL
97 Optionally,
98 .I tcpd
99@@ -158,9 +158,9 @@
100 .PP
101 The default locations of the host access control tables are:
102 .PP
481428d8 103-/etc/hosts.allow
104+/etc/tcpd/hosts.allow
d8818d32 105 .br
481428d8 106-/etc/hosts.deny
107+/etc/tcpd/hosts.deny
d8818d32 108 .SH SEE ALSO
109 .na
110 .nf
481428d8 111diff -u tcp_wrappers_7.6/tcpdchk.8 tcp_wrappers_7.6.new/tcpdchk.8
112--- tcp_wrappers_7.6/tcpdchk.8 Sun Jan 8 17:00:31 1995
113+++ tcp_wrappers_7.6.new/tcpdchk.8 Mon Feb 18 21:45:18 2002
d8818d32 114@@ -8,7 +8,7 @@
115 \fItcpdchk\fR examines your tcp wrapper configuration and reports all
116 potential and real problems it can find. The program examines the
117 \fItcpd\fR access control files (by default, these are
481428d8 118-\fI/etc/hosts.allow\fR and \fI/etc/hosts.deny\fR), and compares the
119+\fI/etc/tcpd/hosts.allow\fR and \fI/etc/tcpd/hosts.deny\fR), and compares the
d8818d32 120 entries in these files against entries in the \fIinetd\fR or \fItlid\fR
121 network configuration files.
122 .PP
123@@ -44,9 +44,9 @@
124 .PP
125 The default locations of the \fItcpd\fR access control tables are:
126 .PP
481428d8 127-/etc/hosts.allow
128+/etc/tcpd/hosts.allow
d8818d32 129 .br
481428d8 130-/etc/hosts.deny
131+/etc/tcpd/hosts.deny
d8818d32 132 .SH SEE ALSO
133 .na
134 .nf
481428d8 135diff -u tcp_wrappers_7.6/tcpdmatch.8 tcp_wrappers_7.6.new/tcpdmatch.8
136--- tcp_wrappers_7.6/tcpdmatch.8 Sun Feb 11 17:01:36 1996
137+++ tcp_wrappers_7.6.new/tcpdmatch.8 Mon Feb 18 21:45:34 2002
d8818d32 138@@ -11,7 +11,7 @@
139 request for service. Examples are given below.
140 .PP
141 The program examines the \fItcpd\fR access control tables (default
481428d8 142-\fI/etc/hosts.allow\fR and \fI/etc/hosts.deny\fR) and prints its
143+\fI/etc/tcpd/hosts.allow\fR and \fI/etc/tcpd/hosts.deny\fR) and prints its
d8818d32 144 conclusion. For maximal accuracy, it extracts additional information
145 from your \fIinetd\fR or \fItlid\fR network configuration file.
146 .PP
147@@ -76,9 +76,9 @@
148 .PP
149 The default locations of the \fItcpd\fR access control tables are:
150 .PP
481428d8 151-/etc/hosts.allow
152+/etc/tcpd/hosts.allow
d8818d32 153 .br
481428d8 154-/etc/hosts.deny
155+/etc/tcpd/hosts.deny
d8818d32 156 .SH SEE ALSO
157 .na
158 .nf
This page took 0.105624 seconds and 4 git commands to generate.