diff options
author | joey <joey> | 2003-08-23 18:54:51 +0000 |
---|---|---|
committer | joey <joey> | 2003-08-23 18:54:51 +0000 |
commit | 76d0c00e346cd63d74f7da99a175a1c6710c2c89 (patch) | |
tree | d5649987abdece72668d376cfa2888d6f11ff54d | |
parent | 917726187d01b79c7aa454a953f2e483a5171061 (diff) | |
download | debhelper-76d0c00e346cd63d74f7da99a175a1c6710c2c89.tar.gz |
r1598: * dh_installppp: correct filenames on man page. Closes: #206893version_4.1.69
* dh_installinit: man page typo fix and enhancement. Closes: #206891
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | dh_installinit | 10 | ||||
-rwxr-xr-x | 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 <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 384eca2b..09bb4e56 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 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<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. |