summaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/files/patch-ad
blob: 734c123f68f52cb50093fb305522cdabbb55892f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
*** tcpd.8.orig	Tue Aug  5 10:15:53 1997
--- tcpd.8	Tue Aug  5 10:18:01 1997
***************
*** 88,99 ****
  .sp
  .in +5
  # mkdir /other/place
! # mv /usr/etc/in.fingerd /other/place
! # cp tcpd /usr/etc/in.fingerd
  .fi
  .PP
! The example assumes that the network daemons live in /usr/etc. On some
! systems, network daemons live in /usr/sbin or in /usr/libexec, or have
  no `in.\' prefix to their name.
  .SH EXAMPLE 2
  This example applies when \fItcpd\fR expects that the network daemons
--- 88,99 ----
  .sp
  .in +5
  # mkdir /other/place
! # mv /usr/libexec/fingerd /other/place
! # cp tcpd /usr/libexec/fingerd
  .fi
  .PP
! The example assumes that the network daemons live in /usr/libexec. On some
! systems, network daemons live in /usr/sbin or in /usr/etc, or have
  no `in.\' prefix to their name.
  .SH EXAMPLE 2
  This example applies when \fItcpd\fR expects that the network daemons
***************
*** 105,111 ****
  .nf
  .sp
  .ti +5
! finger  stream  tcp  nowait  nobody  /usr/etc/in.fingerd  in.fingerd
  .sp
  becomes:
  .sp
--- 105,111 ----
  .nf
  .sp
  .ti +5
! finger  stream  tcp  nowait  nobody  /usr/libexec/fingerd  fingerd
  .sp
  becomes:
  .sp
***************
*** 114,121 ****
  .sp
  .fi
  .PP
! The example assumes that the network daemons live in /usr/etc. On some
! systems, network daemons live in /usr/sbin or in /usr/libexec, the
  daemons have no `in.\' prefix to their name, or there is no userid
  field in the inetd configuration file.
  .PP
--- 114,121 ----
  .sp
  .fi
  .PP
! The example assumes that the network daemons live in /usr/libexec. On some
! systems, network daemons live in /usr/sbin or in /usr/etc, the
  daemons have no `in.\' prefix to their name, or there is no userid
  field in the inetd configuration file.
  .PP
***************
*** 158,166 ****
  .PP
  The default locations of the host access control tables are:
  .PP
! /etc/hosts.allow
  .br
! /etc/hosts.deny
  .SH SEE ALSO
  .na
  .nf
--- 158,166 ----
  .PP
  The default locations of the host access control tables are:
  .PP
! !!PREFIX!!/etc/hosts.allow
  .br
! !!PREFIX!!/etc/hosts.deny
  .SH SEE ALSO
  .na
  .nf