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 /dh_installinit | |
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
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 10 |
1 files changed, 5 insertions, 5 deletions
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> |