From: joey <joey>
Date: Sat, 23 Aug 2003 18:54:51 +0000 (+0000)
Subject: r1598:    * dh_installppp: correct filenames on man page. Closes: #206893
X-Git-Tag: version_4.1.69^0
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76d0c00e346cd63d74f7da99a175a1c6710c2c89;p=debhelper.git

r1598:    * dh_installppp: correct filenames on man page. Closes: #206893
   * dh_installinit: man page typo fix and enhancement. Closes: #206891
---

diff --git a/debian/changelog b/debian/changelog
index c1e7e0c..27126aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (4.1.69) unstable; urgency=low
+
+  * dh_installppp: correct filenames on man page. Closes: #206893
+  * dh_installinit: man page typo fix and enhancement. Closes: #206891
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 23 Aug 2003 14:54:59 -0400
+
 debhelper (4.1.68) unstable; urgency=low
 
   * Remove duplicate packages from DOPACKAGES after argument processing.
diff --git a/dh_installinit b/dh_installinit
index 384eca2..09bb4e5 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -64,11 +64,11 @@ passed to L<update-rc.d(8)>.
 
 =item B<--name=>I<name>
 
-Use "name" as the filename the the init script is installed as in
-etc/init.d/ (and also use it as the filename for the defaults file, if it
-is installed). When this parameter is used, dh_installinit looks for and
-installs files named debian/package.name.init and debian/package.name.default,
-instead of the usual debian/package.init and debian/pacage.default.
+Install the init script (and default file) using the filename I<name>
+instead of the default filename, which is the package name. When this
+parameter is used, dh_installinit looks for and installs files named
+debian/package.name.init and debian/package.name.default, instead of the
+usual debian/package.init and debian/pacage.default.
 
 =item B<--init-script=>I<scriptname>
 
diff --git a/dh_installppp b/dh_installppp
index 06cb193..950470f 100755
--- a/dh_installppp
+++ b/dh_installppp
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_installppp - install ppp if-up and if-down files
+dh_installppp - install ppp ip-up and ip-down files
 
 =cut
 
@@ -16,7 +16,7 @@ B<dh_installppp> [S<I<debhelper options>>] [B<--name=>I<name>]
 =head1 DESCRIPTION
 
 dh_installppp is a debhelper program that is responsible for installing
-ppp if-up and if-down scripts. into package build directories.
+ppp ip-up and ip-down scripts. into package build directories.
 
 If a file named debian/package.ppp.ip-up exists, then it is installed into
 etc/ppp/ip-up.d/package in the package build directory.