use the new flag by default
[packages/xinetd.git] / debian / patches / 0001-Documentation-fixes.patch
1 From d6198f79903fad189118abcd1edc860c4c98a404 Mon Sep 17 00:00:00 2001
2 From: Pierre Habouzit <madcoder@debian.org>
3 Date: Mon, 26 Nov 2007 16:01:01 +0100
4 Subject: [PATCH] Documentation fixes.
5
6 Signed-off-by: Pierre Habouzit <madcoder@debian.org>
7 ---
8  xinetd/itox.8          |   15 +++++++++------
9  xinetd/xinetd.conf.man |    2 +-
10  xinetd/xinetd.man      |    2 +-
11  3 files changed, 11 insertions(+), 8 deletions(-)
12
13 diff --git a/xinetd/itox.8 b/xinetd/itox.8
14 index de109db..89a68fb 100644
15 --- a/xinetd/itox.8
16 +++ b/xinetd/itox.8
17 @@ -1,19 +1,22 @@
18 -.TH ITOX 8 "October 1999" "xinetd"
19 +.TH ITOX 8 "March 2005" "xinetd"
20  .SH NAME
21  itox \- converts inetd.conf style configuration files to xinetd.conf
22  .SH SYNOPSIS
23 -itox [-daemon_dir <dir_path>]
24 +itox [-daemon_dir <dir_name>]
25  .SH DESCRIPTION
26  .B itox
27  takes on its standard input inetd.conf style entries and dumps to
28  standard output the corresponding xinetd.conf style entries.
29  .SH OPTIONS
30  .TP
31 -.I -daemon_dir <dir_path>
32 -Specifies the file name of the TCP daemon used in the inetd.conf file.
33 +.I -daemon_dir <dir_name>
34 +If you use tcpd, this option specifies the directory where all the daemons are.
35 +You must specify this option if you use tcpd and the daemon file names are not
36 +absolute.
37  .SH EXAMPLES
38 -itox -daemon_dir /usr/sbin/tcpd < inetd.conf > xinetd.conf
39 +itox -daemon_dir /usr/sbin < inetd.conf > xinetd.conf
40  .SH AUTHOR
41  xinetd and itox were written by Panagiotis Tsirigotis.
42  .sp
43 -This man page was written by Norbert Veber <nveber@debian.org>.
44 +This man page was written by Norbert Veber <nveber@debian.org> and Thomas Seyrat
45 +<tomasera@debian.org>
46 diff --git a/xinetd/xinetd.conf.man b/xinetd/xinetd.conf.man
47 index a006e48..2fa4656 100644
48 --- a/xinetd/xinetd.conf.man
49 +++ b/xinetd/xinetd.conf.man
50 @@ -228,7 +228,7 @@ determines the program to execute for this service.
51  determines the arguments passed to the server. In contrast to \fBinetd\fP,
52  the server name should \fInot\fP be included in \fIserver_args\fP.
53  .TP
54 -+.B libwrap
55 +.B libwrap
56  overrides the service name passed to libwrap (which defaults to the
57  server name, the first server_args component with NAMEINARGS, the id
58  for internal services and the service name for redirected services).
59 diff --git a/xinetd/xinetd.man b/xinetd/xinetd.man
60 index d52c2cc..c76c3c6 100644
61 --- a/xinetd/xinetd.man
62 +++ b/xinetd/xinetd.man
63 @@ -155,7 +155,7 @@ causes an internal state dump (the default dump file is
64  \fI/var/run/xinetd.dump\fP;
65  to change the filename, edit \fIconfig.h\fP and recompile).
66  .TP
67 -.B SIGIOT
68 +.B SIGABRT
69  causes an internal consistency check to verify that the data structures
70  used by the program have not been corrupted.
71  When the check is completed
72 -- 
73 1.5.3.6.2040.g15e6
74