summaryrefslogtreecommitdiff
path: root/dh_installinit
diff options
context:
space:
mode:
authorjoey <joey>2003-08-23 18:54:51 +0000
committerjoey <joey>2003-08-23 18:54:51 +0000
commit76d0c00e346cd63d74f7da99a175a1c6710c2c89 (patch)
treed5649987abdece72668d376cfa2888d6f11ff54d /dh_installinit
parent917726187d01b79c7aa454a953f2e483a5171061 (diff)
r1598: * dh_installppp: correct filenames on man page. Closes: #206893
* dh_installinit: man page typo fix and enhancement. Closes: #206891
Diffstat (limited to 'dh_installinit')
-rwxr-xr-xdh_installinit10
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>