summaryrefslogtreecommitdiff
path: root/dh_installinit
diff options
context:
space:
mode:
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>