summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-09-03 20:07:17 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-09-03 20:07:17 +0300
commit647ee4cf30392d68b495967ba3e7ef4c7d8eaf07 (patch)
tree06746a400151f11a53629beb54e896bca7665e1b
parent8ff72d717c3634204653ebccc0913691b2dbd562 (diff)
No need to invoke force-shutdown in maintainer script, runit will notice disappeared link anyway.
-rw-r--r--debian/changelog2
-rw-r--r--debian/dh-runit.install1
-rw-r--r--prerm-runit1
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a0378f..2bca2cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ dh-runit (1.6) UNRELEASED; urgency=medium
10 * Do not create symbolic link in /etc/runit/runsvdir/ in maintainer script, 10 * Do not create symbolic link in /etc/runit/runsvdir/ in maintainer script,
11 make it part of binary package. It makes sure, that dpkg will make right 11 make it part of binary package. It makes sure, that dpkg will make right
12 thing. 12 thing.
13 * No need to invoke force-shutdown in maintainer script, runit will notice
14 disappeared link anyway.
13 15
14 -- Dmitry Bogatov <KAction@gnu.org> Wed, 31 Aug 2016 14:00:10 +0300 16 -- Dmitry Bogatov <KAction@gnu.org> Wed, 31 Aug 2016 14:00:10 +0300
15 17
diff --git a/debian/dh-runit.install b/debian/dh-runit.install
index be3dc61..762f76a 100644
--- a/debian/dh-runit.install
+++ b/debian/dh-runit.install
@@ -1,4 +1,3 @@
1dh_runit /usr/bin 1dh_runit /usr/bin
2prerm-runit /usr/share/debhelper/autoscripts
3postrm-runit /usr/share/debhelper/autoscripts 2postrm-runit /usr/share/debhelper/autoscripts
4runit.pm /usr/share/perl5/Debian/Debhelper/Sequence 3runit.pm /usr/share/perl5/Debian/Debhelper/Sequence
diff --git a/prerm-runit b/prerm-runit
deleted file mode 100644
index 633533d..0000000
--- a/prerm-runit
+++ /dev/null
@@ -1 +0,0 @@
1sv force-shutdown '#NAME#'