]> git.pld-linux.org Git - packages/tcp_wrappers.git/blob - tcp_wrappers-docs.patch
- moved to tcp_wrappers-shared.patch
[packages/tcp_wrappers.git] / tcp_wrappers-docs.patch
1 diff -urN tcp_wrappers_7.6.orig/README tcp_wrappers_7.6/README
2 --- tcp_wrappers_7.6.orig/README        Mon Dec 13 13:58:15 1999
3 +++ tcp_wrappers_7.6/README     Mon Dec 13 14:09:31 1999
4 @@ -169,7 +169,7 @@
5  2) The advanced way: leave the network daemons alone and modify the
6     inetd configuration file.  For example, an entry such as:
7  
8 -     tftp  dgram  udp  wait  root  /usr/etc/tcpd  in.tftpd -s /tftpboot
9 +     tftp  dgram  udp  wait  root  /usr/sbin/tcpd  in.tftpd -s /tftpboot
10  
11     When a tftp request arrives, inetd will run the wrapper program
12     (tcpd) with a process name `in.tftpd'.  This is the name that the
13 @@ -821,12 +821,12 @@
14  Then perform the following edits on the inetd configuration file
15  (usually /etc/inetd.conf or /etc/inet/inetd.conf):
16  
17 -    finger  stream  tcp     nowait  nobody  /usr/etc/in.fingerd     in.fingerd
18 -                                            ^^^^^^^^^^^^^^^^^^^
19 +    finger  stream  tcp     nowait  nobody  /usr/sbin/in.fingerd     in.fingerd
20 +                                            ^^^^^^^^^^^^^^^^^^^^
21  becomes:
22  
23 -    finger  stream  tcp     nowait  nobody  /usr/etc/tcpd           in.fingerd
24 -                                            ^^^^^^^^^^^^^
25 +    finger  stream  tcp     nowait  nobody  /usr/sbin/tcpd           in.fingerd
26 +                                            ^^^^^^^^^^^^^^
27  Send a `kill -HUP' to the inetd process to make the change effective.
28  Some IRIX inetd implementations require that you first disable the
29  finger service (comment out the finger service and `kill -HUP' the
30 @@ -873,7 +873,7 @@
31  Instead you can specify, in the inetd configuration file, an absolute
32  path name for the daemon process name.  For example,
33  
34 -    ntalk   dgram   udp     wait    root    /usr/etc/tcpd /usr/local/lib/ntalkd
35 +    ntalk   dgram   udp     wait    root    /usr/sbin/tcpd /usr/sbin/in.ntalkd
36  
37  When the daemon process name is an absolute path name, tcpd ignores the
38  value of the REAL_DAEMON_DIR constant, and uses the last path component
39 @@ -940,7 +940,7 @@
40  you can look up the name from the inetd configuration file. Coming back
41  to the tftp example in the tutorial section above:
42  
43 -    tftp  dgram  udp  wait  root  /usr/etc/tcpd  in.tftpd -s /tftpboot
44 +    tftp  dgram  udp  wait  root  /usr/sbin/tcpd  in.tftpd -s /tftpboot
45  
46  This entry causes the inetd to run the wrapper program (tcpd) with a
47  process name `in.tftpd'.  This is the name that the wrapper will use
48 @@ -976,7 +976,7 @@
49  listener, but it should be registered in the inetd configuration file.
50  For example:
51  
52 -    smtp    stream  tcp     nowait  root    /usr/etc/tcpd /usr/lib/sendmail -bs
53 +    smtp    stream  tcp     nowait  root    /usr/sbin/tcpd /usr/lib/sendmail -bs
54  
55  You will still need to run one sendmail background process to handle
56  queued-up outgoing mail. A command like:
This page took 0.124474 seconds and 3 git commands to generate.