summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdh_installinit9
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 0fdbbd2d..b0c4c84e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ debhelper (9.20120609) UNRELEASED; urgency=low
Closes: #525821 Thanks, Don Armstrong
* dh_installdeb: Avoid unnecessary is_udeb tests. Closes: #691398
* Updated German man page translation. Closes: #691557
+ * dh_installinit: Support systemd.
+ Closes: #690399 Thanks, Michael Stapelberg
-- Joey Hess <joeyh@debian.org> Thu, 05 Jul 2012 08:51:07 -0600
diff --git a/dh_installinit b/dh_installinit
index 65e143a5..9d9fb0c5 100755
--- a/dh_installinit
+++ b/dh_installinit
@@ -2,7 +2,7 @@
=head1 NAME
-dh_installinit - install init scripts and/or upstart jobs and/or systemd services into package build directories
+dh_installinit - install service init files into package build directories
=cut
@@ -16,8 +16,8 @@ B<dh_installinit> [S<I<debhelper options>>] [B<--name=>I<name>] [B<-n>] [B<-R>]
=head1 DESCRIPTION
B<dh_installinit> is a debhelper program that is responsible for installing
-init scripts with associated defaults files, as well as upstart job files
-into package build directories.
+init scripts with associated defaults files, as well as upstart job files,
+and systemd service files into package build directories.
It also automatically generates the F<postinst> and F<postrm> and F<prerm>
commands needed to set up the symlinks in F</etc/rc*.d/> to start and stop
@@ -50,7 +50,8 @@ the package build directory.
=item debian/I<package>.tmpfile
If this exists, it is installed into usr/lib/tmpfiles.d/I<package>.conf in the
-package build directory.
+package build directory. (The tmpfiles.d mechanism is currently only used
+by systemd.)
=back