]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1598: * dh_installppp: correct filenames on man page. Closes: #206893 version_4.1.69
authorjoey <joey>
Sat, 23 Aug 2003 18:54:51 +0000 (18:54 +0000)
committerjoey <joey>
Sat, 23 Aug 2003 18:54:51 +0000 (18:54 +0000)
   * dh_installinit: man page typo fix and enhancement. Closes: #206891

debian/changelog
dh_installinit
dh_installppp

index c1e7e0c1d257a43d89742d6c6434fcf5c084c5e2..27126aaee02b0716325e3f9d9dab48f689361ee0 100644 (file)
@@ -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.
index 384eca2b37cf24f55d83dd7ca644c4e0e3f6f2ef..09bb4e5649ae2a211f503de362cfe820994fa1b9 100755 (executable)
@@ -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>
 
index 06cb1930e0a0845fc059cac448227158e2aa51ef..950470f33c9e0767a2f2a70b1bf5ebb69fc373ea 100755 (executable)
@@ -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.