From 76d0c00e346cd63d74f7da99a175a1c6710c2c89 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 23 Aug 2003 18:54:51 +0000 Subject: r1598: * dh_installppp: correct filenames on man page. Closes: #206893 * dh_installinit: man page typo fix and enhancement. Closes: #206891 --- debian/changelog | 7 +++++++ dh_installinit | 10 +++++----- dh_installppp | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1e7e0c1..27126aae 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 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 384eca2b..09bb4e56 100755 --- a/dh_installinit +++ b/dh_installinit @@ -64,11 +64,11 @@ passed to L. =item B<--name=>I -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 +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 diff --git a/dh_installppp b/dh_installppp index 06cb1930..950470f3 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 [S>] [B<--name=>I] =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. -- cgit v1.2.3