]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installinit
Fix build system auto-selection breakage.
[debhelper.git] / dh_installinit
index 2c27d9596591ff2d8813ca8dd71bdd0fcb2d4a79..7b1d2e201dfa4c6d24fb65253dea4b63701ac010 100755 (executable)
@@ -24,17 +24,26 @@ It also automatically generates the postinst and postrm and prerm commands
 needed to set up the symlinks in /etc/rc*.d/ and to start and stop the init
 scripts.
 
-If a file named debian/package.upstart exists, then it is installed into
-etc/init/package.conf in the package build directory, with "package" replaced
-by the package name.
+=head1 FILES
 
-Otherwise, if a file named debian/package.init exists, then it is installed
-into etc/init.d/package in the package build directory, with "package"
-replaced by the package name.
+=over 4
+
+=item debian/I<package>.upstart
+
+If this exists, it is installed into etc/init/I<package>.conf in the package
+build directory.
+
+=item debian/I<package>.init
+
+Otherwise, if this exists, it is installed
+into etc/init.d/I<package> in the package build directory.
 
-If a file named debian/package.default exists, then it is installed into
-etc/default/package in the package build directory, with "package" replaced
-by the package name.
+=item debian/I<package>.default
+
+If this exists, it is installed into etc/default/I<package> in the package
+build directory.
+
+=back
 
 =head1 OPTIONS
 
@@ -273,6 +282,7 @@ This program is a part of debhelper.
 =head1 AUTHORS
 
 Joey Hess <joeyh@debian.org>
+
 Steve Langasek <steve.langasek@canonical.com>
 
 =cut