]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installinit
r1658: * dh_installxfonts(1): fix link to policy. Closes: #231918
[debhelper.git] / dh_installinit
index 384eca2b37cf24f55d83dd7ca644c4e0e3f6f2ef..360f378397176f34fe749c94b351ce8a41e2edc7 100755 (executable)
@@ -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/package.default.
 
 =item B<--init-script=>I<scriptname>