summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/patches/11_inetd_doc.patch25
-rw-r--r--debian/patches/series1
3 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b9b7711..634ba1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ inetutils (2:1.4.3+20060719-3) UNRELEASED; urgency=low
- Change Provides and Conflicts on inetd to inet-superserver.
- Add a Depends on update-inetd.
* Add a Build-Depends on libwrap0-dev.
+ * Fix typos in inetutils-inetd manpage. (Closes: #389124)
+ - debian/patches/11_inetd_doc.patch: New file.
+ Thanks to Stephen Liebbe <sliebbe@gmail.com>.
-- Guillem Jover <guillem@debian.org> Tue, 3 Oct 2006 04:35:45 +0300
diff --git a/debian/patches/11_inetd_doc.patch b/debian/patches/11_inetd_doc.patch
new file mode 100644
index 0000000..802336a
--- /dev/null
+++ b/debian/patches/11_inetd_doc.patch
@@ -0,0 +1,25 @@
+Index: inetd/inetd.8
+===================================================================
+--- inetd/inetd.8.orig 2006-10-04 05:05:20.000000000 +0300
++++ inetd/inetd.8 2006-10-04 05:08:09.000000000 +0300
+@@ -27,7 +27,7 @@
+ .\"
+ .\" @(#)inetd.8 8.4 (Berkeley) 6/1/94
+ .\"
+-.Dd June 1, 1994
++.Dd 2006-10-04
+ .Dt INETD 8
+ .Os BSD 4.4
+ .Sh NAME
+@@ -78,9 +78,9 @@ Shows the help.
+ .Pp
+ Upon execution,
+ .Nm inetd
+-reads its configuration information from a configuration
++reads its configuration information from configuration
+ pathnames on the command line, by default,
+-.Pa /etc/inetd.conf and /etc/initd.d .
++.Pa /etc/inetd.conf and /etc/inetd.d .
+ If the configuration pathname is a directory, all the files in the
+ directory are read like a configuration file. All of the configuration
+ files are read and merged.
diff --git a/debian/patches/series b/debian/patches/series
index ac48faf..3ea7e4d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
00_no_link_extralibs.patch -p0
10_syslog_klog_doc.patch -p0
+11_inetd_doc.patch -p0
22_syslogd_conf.patch -p1
30_ping_suid_perms.patch -p0